Shades of Conifer #B9E75E
Tints of Conifer #B9E75E
RGB
CMYK
RGB Variations
Color information
#B9E75E (or 0xB9E75E) is known color: Conifer. HEX triplet: B9, E7 and 5E. RGB value is (185,231,94). Sum of RGB (Red+Green+Blue) = 185+231+94=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 231 (90.62% from 255 or 45.29% from 510); Blue value is 94 (37.11% from 255 or 18.43% from 510); Max value from RGB is 231 - color contains mainly: green. Hex color #B9E75E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9E75E is #4618A1. Grayscale: #CACACA. Windows color (decimal): -4593826 or 6219705. OLE color: 6219705.
HSL color Cylindrical-coordinate representation of color #B9E75E: hue angle of 80.15º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9E75E is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 231 | 94 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.09 |
| HSL | 80.15º | 0.74% | 0.64% | - |
| HSV(B) | 80.15º | 0.59% | 0.91% | - |
| XYZ | 50.6 | 68.27 | 21.1 | - |
| YUV | 201.63 | 67.26 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 231 | 94 | 0.20 | 0 | 0.59 | 0.09 | 80.15 | 0.74 | 0.64 |
| Hex | B9 | E7 | 5E | 14 | 0 | 3B | 9 | 50 | 4A | 40 |
| Octal | 271 | 347 | 136 | 24 | 0 | 73 | 11 | 120 | 112 | 100 |
| Binary | 10111001 | 11100111 | 1011110 | 10100 | 0 | 111011 | 1001 | 1010000 | 1001010 | 1000000 |
Color Harmonies of #B9E75E
Complementary color
Monochromatic Colors of #B9E75E
Black with #B9E75E
Text Example
Text Example
White with #B9E75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E75E; }
p { color: rgb(185,231,94); }
H1.HeaderClassName
{
color: #B9E75E;
}
.AnyTagClassName
{
color: #B9E75E;
}
</style>
background-color css
<style>
a { background-color: #B9E75E; }
a { background-color: rgb(185,231,94); }
div.DivClassName
{
background-color: #B9E75E;
}
.BgClassName
{
background-color: #B9E75E;
}
</style>
border-color css
<style>
span { border-color: #B9E75E; }
span { border-color: rgb(185,231,94); }
td.TdClassName
{
border-color: #B9E75E;
}
.TagClassName
{
border-color: #B9E75E;
}
</style>