Shades of Conifer #B9EC42
Tints of Conifer #B9EC42
RGB
CMYK
RGB Variations
Color information
#B9EC42 (or 0xB9EC42) is known color: Conifer. HEX triplet: B9, EC and 42. RGB value is (185,236,66). Sum of RGB (Red+Green+Blue) = 185+236+66=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 66 (26.17% from 255 or 13.55% from 487); Max value from RGB is 236 - color contains mainly: green. Hex color #B9EC42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9EC42 is #4613BD. Grayscale: #C9C9C9. Windows color (decimal): -4592574 or 4385977. OLE color: 4385977.
HSL color Cylindrical-coordinate representation of color #B9EC42: hue angle of 78º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9EC42 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 236 | 66 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.07 |
| HSL | 78º | 0.82% | 0.59% | - |
| HSV(B) | 78º | 0.72% | 0.93% | - |
| XYZ | 50.99 | 70.7 | 16.11 | - |
| YUV | 201.37 | 51.6 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 236 | 66 | 0.22 | 0 | 0.72 | 0.07 | 78 | 0.82 | 0.59 |
| Hex | B9 | EC | 42 | 16 | 0 | 48 | 7 | 4E | 52 | 3B |
| Octal | 271 | 354 | 102 | 26 | 0 | 110 | 7 | 116 | 122 | 73 |
| Binary | 10111001 | 11101100 | 1000010 | 10110 | 0 | 1001000 | 111 | 1001110 | 1010010 | 111011 |
Color Harmonies of #B9EC42
Complementary color
Monochromatic Colors of #B9EC42
Black with #B9EC42
Text Example
Text Example
White with #B9EC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EC42; }
p { color: rgb(185,236,66); }
H1.HeaderClassName
{
color: #B9EC42;
}
.AnyTagClassName
{
color: #B9EC42;
}
</style>
background-color css
<style>
a { background-color: #B9EC42; }
a { background-color: rgb(185,236,66); }
div.DivClassName
{
background-color: #B9EC42;
}
.BgClassName
{
background-color: #B9EC42;
}
</style>
border-color css
<style>
span { border-color: #B9EC42; }
span { border-color: rgb(185,236,66); }
td.TdClassName
{
border-color: #B9EC42;
}
.TagClassName
{
border-color: #B9EC42;
}
</style>