Shades of Conifer #B9EF5E
Tints of Conifer #B9EF5E
RGB
CMYK
RGB Variations
Color information
#B9EF5E (or 0xB9EF5E) is known color: Conifer. HEX triplet: B9, EF and 5E. RGB value is (185,239,94). Sum of RGB (Red+Green+Blue) = 185+239+94=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #B9EF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9EF5E is #4610A1. Grayscale: #CECECE. Windows color (decimal): -4591778 or 6221753. OLE color: 6221753.
HSL color Cylindrical-coordinate representation of color #B9EF5E: hue angle of 82.34º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9EF5E is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 239 | 94 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.06 |
| HSL | 82.34º | 0.82% | 0.65% | - |
| HSV(B) | 82.34º | 0.61% | 0.94% | - |
| XYZ | 52.89 | 72.86 | 21.86 | - |
| YUV | 206.32 | 64.61 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 239 | 94 | 0.23 | 0 | 0.61 | 0.06 | 82.34 | 0.82 | 0.65 |
| Hex | B9 | EF | 5E | 17 | 0 | 3D | 6 | 52 | 52 | 41 |
| Octal | 271 | 357 | 136 | 27 | 0 | 75 | 6 | 122 | 122 | 101 |
| Binary | 10111001 | 11101111 | 1011110 | 10111 | 0 | 111101 | 110 | 1010010 | 1010010 | 1000001 |
Color Harmonies of #B9EF5E
Complementary color
Monochromatic Colors of #B9EF5E
Black with #B9EF5E
Text Example
Text Example
White with #B9EF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EF5E; }
p { color: rgb(185,239,94); }
H1.HeaderClassName
{
color: #B9EF5E;
}
.AnyTagClassName
{
color: #B9EF5E;
}
</style>
background-color css
<style>
a { background-color: #B9EF5E; }
a { background-color: rgb(185,239,94); }
div.DivClassName
{
background-color: #B9EF5E;
}
.BgClassName
{
background-color: #B9EF5E;
}
</style>
border-color css
<style>
span { border-color: #B9EF5E; }
span { border-color: rgb(185,239,94); }
td.TdClassName
{
border-color: #B9EF5E;
}
.TagClassName
{
border-color: #B9EF5E;
}
</style>