Shades of Conifer #B5E152
Tints of Conifer #B5E152
RGB
CMYK
RGB Variations
Color information
#B5E152 (or 0xB5E152) is known color: Conifer. HEX triplet: B5, E1 and 52. RGB value is (181,225,82). Sum of RGB (Red+Green+Blue) = 181+225+82=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E152 is #4A1EAD. Grayscale: #C4C4C4. Windows color (decimal): -4857518 or 5431733. OLE color: 5431733.
HSL color Cylindrical-coordinate representation of color #B5E152: hue angle of 78.46º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5E152 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 225 | 82 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.12 |
| HSL | 78.46º | 0.7% | 0.6% | - |
| HSV(B) | 78.46º | 0.64% | 0.88% | - |
| XYZ | 47.5 | 64.28 | 17.89 | - |
| YUV | 195.54 | 63.92 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 225 | 82 | 0.20 | 0 | 0.64 | 0.12 | 78.46 | 0.7 | 0.6 |
| Hex | B5 | E1 | 52 | 14 | 0 | 40 | C | 4E | 46 | 3C |
| Octal | 265 | 341 | 122 | 24 | 0 | 100 | 14 | 116 | 106 | 74 |
| Binary | 10110101 | 11100001 | 1010010 | 10100 | 0 | 1000000 | 1100 | 1001110 | 1000110 | 111100 |
Color Harmonies of #B5E152
Complementary color
Monochromatic Colors of #B5E152
Black with #B5E152
Text Example
Text Example
White with #B5E152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E152; }
p { color: rgb(181,225,82); }
H1.HeaderClassName
{
color: #B5E152;
}
.AnyTagClassName
{
color: #B5E152;
}
</style>
background-color css
<style>
a { background-color: #B5E152; }
a { background-color: rgb(181,225,82); }
div.DivClassName
{
background-color: #B5E152;
}
.BgClassName
{
background-color: #B5E152;
}
</style>
border-color css
<style>
span { border-color: #B5E152; }
span { border-color: rgb(181,225,82); }
td.TdClassName
{
border-color: #B5E152;
}
.TagClassName
{
border-color: #B5E152;
}
</style>