Shades of Conifer #B9EA4D
Tints of Conifer #B9EA4D
RGB
CMYK
RGB Variations
Color information
#B9EA4D (or 0xB9EA4D) is known color: Conifer. HEX triplet: B9, EA and 4D. RGB value is (185,234,77). Sum of RGB (Red+Green+Blue) = 185+234+77=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 77 (30.47% from 255 or 15.52% from 496); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EA4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9EA4D is #4615B2. Grayscale: #CACACA. Windows color (decimal): -4593075 or 5106361. OLE color: 5106361.
HSL color Cylindrical-coordinate representation of color #B9EA4D: hue angle of 78.73º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9EA4D is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 234 | 77 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.08 |
| HSL | 78.73º | 0.79% | 0.61% | - |
| HSV(B) | 78.73º | 0.67% | 0.92% | - |
| XYZ | 50.77 | 69.7 | 17.8 | - |
| YUV | 201.45 | 57.77 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 234 | 77 | 0.21 | 0 | 0.67 | 0.08 | 78.73 | 0.79 | 0.61 |
| Hex | B9 | EA | 4D | 15 | 0 | 43 | 8 | 4F | 4F | 3D |
| Octal | 271 | 352 | 115 | 25 | 0 | 103 | 10 | 117 | 117 | 75 |
| Binary | 10111001 | 11101010 | 1001101 | 10101 | 0 | 1000011 | 1000 | 1001111 | 1001111 | 111101 |
Color Harmonies of #B9EA4D
Complementary color
Monochromatic Colors of #B9EA4D
Black with #B9EA4D
Text Example
Text Example
White with #B9EA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EA4D; }
p { color: rgb(185,234,77); }
H1.HeaderClassName
{
color: #B9EA4D;
}
.AnyTagClassName
{
color: #B9EA4D;
}
</style>
background-color css
<style>
a { background-color: #B9EA4D; }
a { background-color: rgb(185,234,77); }
div.DivClassName
{
background-color: #B9EA4D;
}
.BgClassName
{
background-color: #B9EA4D;
}
</style>
border-color css
<style>
span { border-color: #B9EA4D; }
span { border-color: rgb(185,234,77); }
td.TdClassName
{
border-color: #B9EA4D;
}
.TagClassName
{
border-color: #B9EA4D;
}
</style>