Shades of Conifer #B9E14E
Tints of Conifer #B9E14E
RGB
CMYK
RGB Variations
Color information
#B9E14E (or 0xB9E14E) is known color: Conifer. HEX triplet: B9, E1 and 4E. RGB value is (185,225,78). Sum of RGB (Red+Green+Blue) = 185+225+78=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 78 (30.86% from 255 or 15.98% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E14E is #461EB1. Grayscale: #C4C4C4. Windows color (decimal): -4595378 or 5169593. OLE color: 5169593.
HSL color Cylindrical-coordinate representation of color #B9E14E: hue angle of 76.33º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9E14E is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 225 | 78 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.12 |
| HSL | 76.33º | 0.71% | 0.59% | - |
| HSV(B) | 76.33º | 0.65% | 0.88% | - |
| XYZ | 48.31 | 64.71 | 17.15 | - |
| YUV | 196.28 | 61.25 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 225 | 78 | 0.18 | 0 | 0.65 | 0.12 | 76.33 | 0.71 | 0.59 |
| Hex | B9 | E1 | 4E | 12 | 0 | 41 | C | 4C | 47 | 3B |
| Octal | 271 | 341 | 116 | 22 | 0 | 101 | 14 | 114 | 107 | 73 |
| Binary | 10111001 | 11100001 | 1001110 | 10010 | 0 | 1000001 | 1100 | 1001100 | 1000111 | 111011 |
Color Harmonies of #B9E14E
Complementary color
Monochromatic Colors of #B9E14E
Black with #B9E14E
Text Example
Text Example
White with #B9E14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E14E; }
p { color: rgb(185,225,78); }
H1.HeaderClassName
{
color: #B9E14E;
}
.AnyTagClassName
{
color: #B9E14E;
}
</style>
background-color css
<style>
a { background-color: #B9E14E; }
a { background-color: rgb(185,225,78); }
div.DivClassName
{
background-color: #B9E14E;
}
.BgClassName
{
background-color: #B9E14E;
}
</style>
border-color css
<style>
span { border-color: #B9E14E; }
span { border-color: rgb(185,225,78); }
td.TdClassName
{
border-color: #B9E14E;
}
.TagClassName
{
border-color: #B9E14E;
}
</style>