Shades of Conifer #B5E144
Tints of Conifer #B5E144
RGB
CMYK
RGB Variations
Color information
#B5E144 (or 0xB5E144) is known color: Conifer. HEX triplet: B5, E1 and 44. RGB value is (181,225,68). Sum of RGB (Red+Green+Blue) = 181+225+68=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 68 (26.95% from 255 or 14.35% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E144 is #4A1EBB. Grayscale: #C2C2C2. Windows color (decimal): -4857532 or 4514229. OLE color: 4514229.
HSL color Cylindrical-coordinate representation of color #B5E144: hue angle of 76.82º 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 #B5E144 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 225 | 68 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.12 |
| HSL | 76.82º | 0.72% | 0.57% | - |
| HSV(B) | 76.82º | 0.7% | 0.88% | - |
| XYZ | 47.02 | 64.09 | 15.36 | - |
| YUV | 193.95 | 56.92 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 225 | 68 | 0.20 | 0 | 0.70 | 0.12 | 76.82 | 0.72 | 0.57 |
| Hex | B5 | E1 | 44 | 14 | 0 | 46 | C | 4D | 48 | 39 |
| Octal | 265 | 341 | 104 | 24 | 0 | 106 | 14 | 115 | 110 | 71 |
| Binary | 10110101 | 11100001 | 1000100 | 10100 | 0 | 1000110 | 1100 | 1001101 | 1001000 | 111001 |
Color Harmonies of #B5E144
Complementary color
Monochromatic Colors of #B5E144
Black with #B5E144
Text Example
Text Example
White with #B5E144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E144; }
p { color: rgb(181,225,68); }
H1.HeaderClassName
{
color: #B5E144;
}
.AnyTagClassName
{
color: #B5E144;
}
</style>
background-color css
<style>
a { background-color: #B5E144; }
a { background-color: rgb(181,225,68); }
div.DivClassName
{
background-color: #B5E144;
}
.BgClassName
{
background-color: #B5E144;
}
</style>
border-color css
<style>
span { border-color: #B5E144; }
span { border-color: rgb(181,225,68); }
td.TdClassName
{
border-color: #B5E144;
}
.TagClassName
{
border-color: #B5E144;
}
</style>