Shades of Conifer #B0E144
Tints of Conifer #B0E144
RGB
CMYK
RGB Variations
Color information
#B0E144 (or 0xB0E144) is known color: Conifer. HEX triplet: B0, E1 and 44. RGB value is (176,225,68). Sum of RGB (Red+Green+Blue) = 176+225+68=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 68 (26.95% from 255 or 14.50% from 469); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E144 is #4F1EBB. Grayscale: #C1C1C1. Windows color (decimal): -5185212 or 4514224. OLE color: 4514224.
HSL color Cylindrical-coordinate representation of color #B0E144: hue angle of 78.73º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0E144 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 225 | 68 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.12 |
| HSL | 78.73º | 0.72% | 0.57% | - |
| HSV(B) | 78.73º | 0.7% | 0.88% | - |
| XYZ | 45.87 | 63.5 | 15.31 | - |
| YUV | 192.45 | 57.77 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 225 | 68 | 0.22 | 0 | 0.70 | 0.12 | 78.73 | 0.72 | 0.57 |
| Hex | B0 | E1 | 44 | 16 | 0 | 46 | C | 4F | 48 | 39 |
| Octal | 260 | 341 | 104 | 26 | 0 | 106 | 14 | 117 | 110 | 71 |
| Binary | 10110000 | 11100001 | 1000100 | 10110 | 0 | 1000110 | 1100 | 1001111 | 1001000 | 111001 |
Color Harmonies of #B0E144
Complementary color
Monochromatic Colors of #B0E144
Black with #B0E144
Text Example
Text Example
White with #B0E144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E144; }
p { color: rgb(176,225,68); }
H1.HeaderClassName
{
color: #B0E144;
}
.AnyTagClassName
{
color: #B0E144;
}
</style>
background-color css
<style>
a { background-color: #B0E144; }
a { background-color: rgb(176,225,68); }
div.DivClassName
{
background-color: #B0E144;
}
.BgClassName
{
background-color: #B0E144;
}
</style>
border-color css
<style>
span { border-color: #B0E144; }
span { border-color: rgb(176,225,68); }
td.TdClassName
{
border-color: #B0E144;
}
.TagClassName
{
border-color: #B0E144;
}
</style>