#B9F75C

Color #B9F75C Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B9F75C

Tints of Conifer #B9F75C

Color information

#B9F75C (or 0xB9F75C) is unknown color: approx Conifer. HEX triplet: B9, F7 and 5C. RGB value is (185,247,92). Sum of RGB (Red+Green+Blue) = 185+247+92=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 247 (96.88% from 255 or 47.14% from 524); Blue value is 92 (36.33% from 255 or 17.56% from 524); Max value from RGB is 247 - color contains mainly: green. Hex color #B9F75C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F75C is #4608A3. Grayscale: #D3D3D3. Windows color (decimal): -4589732 or 6092729. OLE color: 6092729.

HSL color Cylindrical-coordinate representation of color #B9F75C: hue angle of 84º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9F75C is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB18524792-
CMYK0.2500.630.03
HSL84º90.64%66.47%-
HSV(B)84º62.75%96.86%-
XYZ55.277.6122.2-
YUV210.7960.96109.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 35.31%
GREEN value IS 247 (96.88% from 255) = 47.14%
BLUE value IS 92 (36.33% from 255) = 17.56%
R=35.31%
G=47.14%
B=17.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal185247920.2500.630.038490.6466.47
HexB9F75C1903F3545b42
Octal271367134310773124133102
Binary1011100111110111101110011001011111111101010010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F75C; }

 p { color: rgb(185,247,92); }

 H1.HeaderClassName
 {
   color: #B9F75C;
 }
 .AnyTagClassName
 {
   color: #B9F75C;
 }
</style>
background-color css

<style>
 a { background-color: #B9F75C; }

 a { background-color: rgb(185,247,92); }

 div.DivClassName
 {
   background-color: #B9F75C;
 }
 .BgClassName
 {
   background-color: #B9F75C;
 }
</style>
border-color css

<style>
 span { border-color: #B9F75C; }

 span { border-color: rgb(185,247,92); }

 td.TdClassName
 {
   border-color: #B9F75C;
 }
 .TagClassName
 {
   border-color: #B9F75C;
 }
</style>