Shades of Conifer #B9EC4E
Tints of Conifer #B9EC4E
RGB
CMYK
RGB Variations
Color information
#B9EC4E (or 0xB9EC4E) is known color: Conifer. HEX triplet: B9, EC and 4E. RGB value is (185,236,78). Sum of RGB (Red+Green+Blue) = 185+236+78=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 78 (30.86% from 255 or 15.63% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #B9EC4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9EC4E is #4613B1. Grayscale: #CBCBCB. Windows color (decimal): -4592562 or 5172409. OLE color: 5172409.
HSL color Cylindrical-coordinate representation of color #B9EC4E: hue angle of 79.37º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9EC4E is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 236 | 78 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.07 |
| HSL | 79.37º | 0.81% | 0.62% | - |
| HSV(B) | 79.37º | 0.67% | 0.93% | - |
| XYZ | 51.38 | 70.86 | 18.18 | - |
| YUV | 202.74 | 57.6 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 236 | 78 | 0.22 | 0 | 0.67 | 0.07 | 79.37 | 0.81 | 0.62 |
| Hex | B9 | EC | 4E | 16 | 0 | 43 | 7 | 4F | 51 | 3E |
| Octal | 271 | 354 | 116 | 26 | 0 | 103 | 7 | 117 | 121 | 76 |
| Binary | 10111001 | 11101100 | 1001110 | 10110 | 0 | 1000011 | 111 | 1001111 | 1010001 | 111110 |
Color Harmonies of #B9EC4E
Complementary color
Monochromatic Colors of #B9EC4E
Black with #B9EC4E
Text Example
Text Example
White with #B9EC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EC4E; }
p { color: rgb(185,236,78); }
H1.HeaderClassName
{
color: #B9EC4E;
}
.AnyTagClassName
{
color: #B9EC4E;
}
</style>
background-color css
<style>
a { background-color: #B9EC4E; }
a { background-color: rgb(185,236,78); }
div.DivClassName
{
background-color: #B9EC4E;
}
.BgClassName
{
background-color: #B9EC4E;
}
</style>
border-color css
<style>
span { border-color: #B9EC4E; }
span { border-color: rgb(185,236,78); }
td.TdClassName
{
border-color: #B9EC4E;
}
.TagClassName
{
border-color: #B9EC4E;
}
</style>