Shades of Conifer #B9EF4E
Tints of Conifer #B9EF4E
RGB
CMYK
RGB Variations
Color information
#B9EF4E (or 0xB9EF4E) is known color: Conifer. HEX triplet: B9, EF and 4E. RGB value is (185,239,78). Sum of RGB (Red+Green+Blue) = 185+239+78=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 78 (30.86% from 255 or 15.54% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #B9EF4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9EF4E is #4610B1. Grayscale: #CDCDCD. Windows color (decimal): -4591794 or 5173177. OLE color: 5173177.
HSL color Cylindrical-coordinate representation of color #B9EF4E: hue angle of 80.12º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9EF4E is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 239 | 78 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.06 |
| HSL | 80.12º | 0.83% | 0.62% | - |
| HSV(B) | 80.12º | 0.67% | 0.94% | - |
| XYZ | 52.25 | 72.6 | 18.47 | - |
| YUV | 204.5 | 56.61 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 239 | 78 | 0.23 | 0 | 0.67 | 0.06 | 80.12 | 0.83 | 0.62 |
| Hex | B9 | EF | 4E | 17 | 0 | 43 | 6 | 50 | 53 | 3E |
| Octal | 271 | 357 | 116 | 27 | 0 | 103 | 6 | 120 | 123 | 76 |
| Binary | 10111001 | 11101111 | 1001110 | 10111 | 0 | 1000011 | 110 | 1010000 | 1010011 | 111110 |
Color Harmonies of #B9EF4E
Complementary color
Monochromatic Colors of #B9EF4E
Black with #B9EF4E
Text Example
Text Example
White with #B9EF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EF4E; }
p { color: rgb(185,239,78); }
H1.HeaderClassName
{
color: #B9EF4E;
}
.AnyTagClassName
{
color: #B9EF4E;
}
</style>
background-color css
<style>
a { background-color: #B9EF4E; }
a { background-color: rgb(185,239,78); }
div.DivClassName
{
background-color: #B9EF4E;
}
.BgClassName
{
background-color: #B9EF4E;
}
</style>
border-color css
<style>
span { border-color: #B9EF4E; }
span { border-color: rgb(185,239,78); }
td.TdClassName
{
border-color: #B9EF4E;
}
.TagClassName
{
border-color: #B9EF4E;
}
</style>