Shades of Conifer #B9E64E
Tints of Conifer #B9E64E
RGB
CMYK
RGB Variations
Color information
#B9E64E (or 0xB9E64E) is known color: Conifer. HEX triplet: B9, E6 and 4E. RGB value is (185,230,78). Sum of RGB (Red+Green+Blue) = 185+230+78=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 230 - color contains mainly: green. Hex color #B9E64E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9E64E is #4619B1. Grayscale: #C7C7C7. Windows color (decimal): -4594098 or 5170873. OLE color: 5170873.
HSL color Cylindrical-coordinate representation of color #B9E64E: hue angle of 77.76º degrees, saturation: 0.75, 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 #B9E64E is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 230 | 78 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.10 |
| HSL | 77.76º | 0.75% | 0.6% | - |
| HSV(B) | 77.76º | 0.66% | 0.9% | - |
| XYZ | 49.68 | 67.46 | 17.61 | - |
| YUV | 199.22 | 59.59 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 230 | 78 | 0.20 | 0 | 0.66 | 0.10 | 77.76 | 0.75 | 0.6 |
| Hex | B9 | E6 | 4E | 14 | 0 | 42 | A | 4E | 4B | 3C |
| Octal | 271 | 346 | 116 | 24 | 0 | 102 | 12 | 116 | 113 | 74 |
| Binary | 10111001 | 11100110 | 1001110 | 10100 | 0 | 1000010 | 1010 | 1001110 | 1001011 | 111100 |
Color Harmonies of #B9E64E
Complementary color
Monochromatic Colors of #B9E64E
Black with #B9E64E
Text Example
Text Example
White with #B9E64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E64E; }
p { color: rgb(185,230,78); }
H1.HeaderClassName
{
color: #B9E64E;
}
.AnyTagClassName
{
color: #B9E64E;
}
</style>
background-color css
<style>
a { background-color: #B9E64E; }
a { background-color: rgb(185,230,78); }
div.DivClassName
{
background-color: #B9E64E;
}
.BgClassName
{
background-color: #B9E64E;
}
</style>
border-color css
<style>
span { border-color: #B9E64E; }
span { border-color: rgb(185,230,78); }
td.TdClassName
{
border-color: #B9E64E;
}
.TagClassName
{
border-color: #B9E64E;
}
</style>