Shades of Conifer #B5E160
Tints of Conifer #B5E160
RGB
CMYK
RGB Variations
Color information
#B5E160 (or 0xB5E160) is known color: Conifer. HEX triplet: B5, E1 and 60. RGB value is (181,225,96). Sum of RGB (Red+Green+Blue) = 181+225+96=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E160 is #4A1E9F. Grayscale: #C5C5C5. Windows color (decimal): -4857504 or 6349237. OLE color: 6349237.
HSL color Cylindrical-coordinate representation of color #B5E160: hue angle of 80.47º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5E160 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 225 | 96 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.12 |
| HSL | 80.47º | 0.68% | 0.63% | - |
| HSV(B) | 80.47º | 0.57% | 0.88% | - |
| XYZ | 48.09 | 64.52 | 20.98 | - |
| YUV | 197.14 | 70.92 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 225 | 96 | 0.20 | 0 | 0.57 | 0.12 | 80.47 | 0.68 | 0.63 |
| Hex | B5 | E1 | 60 | 14 | 0 | 39 | C | 50 | 44 | 3F |
| Octal | 265 | 341 | 140 | 24 | 0 | 71 | 14 | 120 | 104 | 77 |
| Binary | 10110101 | 11100001 | 1100000 | 10100 | 0 | 111001 | 1100 | 1010000 | 1000100 | 111111 |
Color Harmonies of #B5E160
Complementary color
Monochromatic Colors of #B5E160
Black with #B5E160
Text Example
Text Example
White with #B5E160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E160; }
p { color: rgb(181,225,96); }
H1.HeaderClassName
{
color: #B5E160;
}
.AnyTagClassName
{
color: #B5E160;
}
</style>
background-color css
<style>
a { background-color: #B5E160; }
a { background-color: rgb(181,225,96); }
div.DivClassName
{
background-color: #B5E160;
}
.BgClassName
{
background-color: #B5E160;
}
</style>
border-color css
<style>
span { border-color: #B5E160; }
span { border-color: rgb(181,225,96); }
td.TdClassName
{
border-color: #B5E160;
}
.TagClassName
{
border-color: #B5E160;
}
</style>