Shades of Conifer #B3E144
Tints of Conifer #B3E144
RGB
CMYK
RGB Variations
Color information
#B3E144 (or 0xB3E144) is known color: Conifer. HEX triplet: B3, E1 and 44. RGB value is (179,225,68). Sum of RGB (Red+Green+Blue) = 179+225+68=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 68 (26.95% from 255 or 14.41% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #B3E144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3E144 is #4C1EBB. Grayscale: #C1C1C1. Windows color (decimal): -4988604 or 4514227. OLE color: 4514227.
HSL color Cylindrical-coordinate representation of color #B3E144: hue angle of 77.58º 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 #B3E144 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 225 | 68 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.12 |
| HSL | 77.58º | 0.72% | 0.57% | - |
| HSV(B) | 77.58º | 0.7% | 0.88% | - |
| XYZ | 46.56 | 63.85 | 15.34 | - |
| YUV | 193.35 | 57.26 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 225 | 68 | 0.20 | 0 | 0.70 | 0.12 | 77.58 | 0.72 | 0.57 |
| Hex | B3 | E1 | 44 | 14 | 0 | 46 | C | 4E | 48 | 39 |
| Octal | 263 | 341 | 104 | 24 | 0 | 106 | 14 | 116 | 110 | 71 |
| Binary | 10110011 | 11100001 | 1000100 | 10100 | 0 | 1000110 | 1100 | 1001110 | 1001000 | 111001 |
Color Harmonies of #B3E144
Complementary color
Monochromatic Colors of #B3E144
Black with #B3E144
Text Example
Text Example
White with #B3E144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E144; }
p { color: rgb(179,225,68); }
H1.HeaderClassName
{
color: #B3E144;
}
.AnyTagClassName
{
color: #B3E144;
}
</style>
background-color css
<style>
a { background-color: #B3E144; }
a { background-color: rgb(179,225,68); }
div.DivClassName
{
background-color: #B3E144;
}
.BgClassName
{
background-color: #B3E144;
}
</style>
border-color css
<style>
span { border-color: #B3E144; }
span { border-color: rgb(179,225,68); }
td.TdClassName
{
border-color: #B3E144;
}
.TagClassName
{
border-color: #B3E144;
}
</style>