Shades of Conifer #B5E860
Tints of Conifer #B5E860
RGB
CMYK
RGB Variations
Color information
#B5E860 (or 0xB5E860) is known color: Conifer. HEX triplet: B5, E8 and 60. RGB value is (181,232,96). Sum of RGB (Red+Green+Blue) = 181+232+96=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 232 (91.02% from 255 or 45.58% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5E860 is #4A179F. Grayscale: #C9C9C9. Windows color (decimal): -4855712 or 6351029. OLE color: 6351029.
HSL color Cylindrical-coordinate representation of color #B5E860: hue angle of 82.5º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5E860 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 232 | 96 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.09 |
| HSL | 82.5º | 0.75% | 0.64% | - |
| HSV(B) | 82.5º | 0.59% | 0.91% | - |
| XYZ | 50.02 | 68.38 | 21.63 | - |
| YUV | 201.25 | 68.6 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 232 | 96 | 0.22 | 0 | 0.59 | 0.09 | 82.5 | 0.75 | 0.64 |
| Hex | B5 | E8 | 60 | 16 | 0 | 3B | 9 | 52 | 4B | 40 |
| Octal | 265 | 350 | 140 | 26 | 0 | 73 | 11 | 122 | 113 | 100 |
| Binary | 10110101 | 11101000 | 1100000 | 10110 | 0 | 111011 | 1001 | 1010010 | 1001011 | 1000000 |
Color Harmonies of #B5E860
Complementary color
Monochromatic Colors of #B5E860
Black with #B5E860
Text Example
Text Example
White with #B5E860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E860; }
p { color: rgb(181,232,96); }
H1.HeaderClassName
{
color: #B5E860;
}
.AnyTagClassName
{
color: #B5E860;
}
</style>
background-color css
<style>
a { background-color: #B5E860; }
a { background-color: rgb(181,232,96); }
div.DivClassName
{
background-color: #B5E860;
}
.BgClassName
{
background-color: #B5E860;
}
</style>
border-color css
<style>
span { border-color: #B5E860; }
span { border-color: rgb(181,232,96); }
td.TdClassName
{
border-color: #B5E860;
}
.TagClassName
{
border-color: #B5E860;
}
</style>