Shades of Conifer #B9E54E
Tints of Conifer #B9E54E
RGB
CMYK
RGB Variations
Color information
#B9E54E (or 0xB9E54E) is known color: Conifer. HEX triplet: B9, E5 and 4E. RGB value is (185,229,78). Sum of RGB (Red+Green+Blue) = 185+229+78=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 78 (30.86% from 255 or 15.85% from 492); Max value from RGB is 229 - color contains mainly: green. Hex color #B9E54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E54E is #461AB1. Grayscale: #C7C7C7. Windows color (decimal): -4594354 or 5170617. OLE color: 5170617.
HSL color Cylindrical-coordinate representation of color #B9E54E: hue angle of 77.48º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9E54E is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 229 | 78 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.10 |
| HSL | 77.48º | 0.74% | 0.6% | - |
| HSV(B) | 77.48º | 0.66% | 0.9% | - |
| XYZ | 49.4 | 66.9 | 17.52 | - |
| YUV | 198.63 | 59.92 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 229 | 78 | 0.19 | 0 | 0.66 | 0.10 | 77.48 | 0.74 | 0.6 |
| Hex | B9 | E5 | 4E | 13 | 0 | 42 | A | 4D | 4A | 3C |
| Octal | 271 | 345 | 116 | 23 | 0 | 102 | 12 | 115 | 112 | 74 |
| Binary | 10111001 | 11100101 | 1001110 | 10011 | 0 | 1000010 | 1010 | 1001101 | 1001010 | 111100 |
Color Harmonies of #B9E54E
Complementary color
Monochromatic Colors of #B9E54E
Black with #B9E54E
Text Example
Text Example
White with #B9E54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E54E; }
p { color: rgb(185,229,78); }
H1.HeaderClassName
{
color: #B9E54E;
}
.AnyTagClassName
{
color: #B9E54E;
}
</style>
background-color css
<style>
a { background-color: #B9E54E; }
a { background-color: rgb(185,229,78); }
div.DivClassName
{
background-color: #B9E54E;
}
.BgClassName
{
background-color: #B9E54E;
}
</style>
border-color css
<style>
span { border-color: #B9E54E; }
span { border-color: rgb(185,229,78); }
td.TdClassName
{
border-color: #B9E54E;
}
.TagClassName
{
border-color: #B9E54E;
}
</style>