Shades of Conifer #B9EC41
Tints of Conifer #B9EC41
RGB
CMYK
RGB Variations
Color information
#B9EC41 (or 0xB9EC41) is known color: Conifer. HEX triplet: B9, EC and 41. RGB value is (185,236,65). Sum of RGB (Red+Green+Blue) = 185+236+65=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 65 (25.78% from 255 or 13.37% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #B9EC41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9EC41 is #4613BE. Grayscale: #C9C9C9. Windows color (decimal): -4592575 or 4320441. OLE color: 4320441.
HSL color Cylindrical-coordinate representation of color #B9EC41: hue angle of 77.89º 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 #B9EC41 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 236 | 65 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.07 |
| HSL | 77.89º | 0.82% | 0.59% | - |
| HSV(B) | 77.89º | 0.72% | 0.93% | - |
| XYZ | 50.96 | 70.69 | 15.96 | - |
| YUV | 201.26 | 51.1 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 236 | 65 | 0.22 | 0 | 0.72 | 0.07 | 77.89 | 0.82 | 0.59 |
| Hex | B9 | EC | 41 | 16 | 0 | 48 | 7 | 4E | 52 | 3B |
| Octal | 271 | 354 | 101 | 26 | 0 | 110 | 7 | 116 | 122 | 73 |
| Binary | 10111001 | 11101100 | 1000001 | 10110 | 0 | 1001000 | 111 | 1001110 | 1010010 | 111011 |
Color Harmonies of #B9EC41
Complementary color
Monochromatic Colors of #B9EC41
Black with #B9EC41
Text Example
Text Example
White with #B9EC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EC41; }
p { color: rgb(185,236,65); }
H1.HeaderClassName
{
color: #B9EC41;
}
.AnyTagClassName
{
color: #B9EC41;
}
</style>
background-color css
<style>
a { background-color: #B9EC41; }
a { background-color: rgb(185,236,65); }
div.DivClassName
{
background-color: #B9EC41;
}
.BgClassName
{
background-color: #B9EC41;
}
</style>
border-color css
<style>
span { border-color: #B9EC41; }
span { border-color: rgb(185,236,65); }
td.TdClassName
{
border-color: #B9EC41;
}
.TagClassName
{
border-color: #B9EC41;
}
</style>