Shades of Conifer #B9EC45
Tints of Conifer #B9EC45
RGB
CMYK
RGB Variations
Color information
#B9EC45 (or 0xB9EC45) is known color: Conifer. HEX triplet: B9, EC and 45. RGB value is (185,236,69). Sum of RGB (Red+Green+Blue) = 185+236+69=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #B9EC45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9EC45 is #4613BA. Grayscale: #CACACA. Windows color (decimal): -4592571 or 4582585. OLE color: 4582585.
HSL color Cylindrical-coordinate representation of color #B9EC45: hue angle of 78.32º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9EC45 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 236 | 69 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.07 |
| HSL | 78.32º | 0.81% | 0.6% | - |
| HSV(B) | 78.32º | 0.71% | 0.93% | - |
| XYZ | 51.08 | 70.73 | 16.59 | - |
| YUV | 201.71 | 53.1 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 236 | 69 | 0.22 | 0 | 0.71 | 0.07 | 78.32 | 0.81 | 0.6 |
| Hex | B9 | EC | 45 | 16 | 0 | 47 | 7 | 4E | 51 | 3C |
| Octal | 271 | 354 | 105 | 26 | 0 | 107 | 7 | 116 | 121 | 74 |
| Binary | 10111001 | 11101100 | 1000101 | 10110 | 0 | 1000111 | 111 | 1001110 | 1010001 | 111100 |
Color Harmonies of #B9EC45
Complementary color
Monochromatic Colors of #B9EC45
Black with #B9EC45
Text Example
Text Example
White with #B9EC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EC45; }
p { color: rgb(185,236,69); }
H1.HeaderClassName
{
color: #B9EC45;
}
.AnyTagClassName
{
color: #B9EC45;
}
</style>
background-color css
<style>
a { background-color: #B9EC45; }
a { background-color: rgb(185,236,69); }
div.DivClassName
{
background-color: #B9EC45;
}
.BgClassName
{
background-color: #B9EC45;
}
</style>
border-color css
<style>
span { border-color: #B9EC45; }
span { border-color: rgb(185,236,69); }
td.TdClassName
{
border-color: #B9EC45;
}
.TagClassName
{
border-color: #B9EC45;
}
</style>