Shades of Conifer #B5E147
Tints of Conifer #B5E147
RGB
CMYK
RGB Variations
Color information
#B5E147 (or 0xB5E147) is known color: Conifer. HEX triplet: B5, E1 and 47. RGB value is (181,225,71). Sum of RGB (Red+Green+Blue) = 181+225+71=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 71 (28.12% from 255 or 14.88% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E147 is #4A1EB8. Grayscale: #C2C2C2. Windows color (decimal): -4857529 or 4710837. OLE color: 4710837.
HSL color Cylindrical-coordinate representation of color #B5E147: hue angle of 77.14º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5E147 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 225 | 71 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.12 |
| HSL | 77.14º | 0.72% | 0.58% | - |
| HSV(B) | 77.14º | 0.68% | 0.88% | - |
| XYZ | 47.12 | 64.13 | 15.86 | - |
| YUV | 194.29 | 58.42 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 225 | 71 | 0.20 | 0 | 0.68 | 0.12 | 77.14 | 0.72 | 0.58 |
| Hex | B5 | E1 | 47 | 14 | 0 | 44 | C | 4D | 48 | 3A |
| Octal | 265 | 341 | 107 | 24 | 0 | 104 | 14 | 115 | 110 | 72 |
| Binary | 10110101 | 11100001 | 1000111 | 10100 | 0 | 1000100 | 1100 | 1001101 | 1001000 | 111010 |
Color Harmonies of #B5E147
Complementary color
Monochromatic Colors of #B5E147
Black with #B5E147
Text Example
Text Example
White with #B5E147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E147; }
p { color: rgb(181,225,71); }
H1.HeaderClassName
{
color: #B5E147;
}
.AnyTagClassName
{
color: #B5E147;
}
</style>
background-color css
<style>
a { background-color: #B5E147; }
a { background-color: rgb(181,225,71); }
div.DivClassName
{
background-color: #B5E147;
}
.BgClassName
{
background-color: #B5E147;
}
</style>
border-color css
<style>
span { border-color: #B5E147; }
span { border-color: rgb(181,225,71); }
td.TdClassName
{
border-color: #B5E147;
}
.TagClassName
{
border-color: #B5E147;
}
</style>