#B9DE4E

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

Shades of Conifer #B9DE4E

Tints of Conifer #B9DE4E

Color information

#B9DE4E (or 0xB9DE4E) is unknown color: approx Conifer. HEX triplet: B9, DE and 4E. RGB value is (185,222,78). Sum of RGB (Red+Green+Blue) = 185+222+78=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 78 (30.86% from 255 or 16.08% from 485); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DE4E is #4621B1. Grayscale: #C3C3C3. Windows color (decimal): -4596146 or 5168825. OLE color: 5168825.

HSL color Cylindrical-coordinate representation of color #B9DE4E: hue angle of 75.42º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9DE4E is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB18522278-
CMYK0.1700.650.13
HSL75.42º68.57%58.82%-
HSV(B)75.42º64.86%87.06%-
XYZ47.563.1116.88-
YUV194.5262.24121.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.14%
GREEN value IS 222 (87.11% from 255) = 45.77%
BLUE value IS 78 (30.86% from 255) = 16.08%
R=38.14%
G=45.77%
B=16.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal185222780.1700.650.1375.4268.5758.82
HexB9DE4E11041D4b453b
Octal2713361162101011511310573
Binary101110011101111010011101000101000001110110010111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DE4E; }

 p { color: rgb(185,222,78); }

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

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

 a { background-color: rgb(185,222,78); }

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

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

 span { border-color: rgb(185,222,78); }

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