Shades of Conifer #B5E460
Tints of Conifer #B5E460
RGB
CMYK
RGB Variations
Color information
#B5E460 (or 0xB5E460) is known color: Conifer. HEX triplet: B5, E4 and 60. RGB value is (181,228,96). Sum of RGB (Red+Green+Blue) = 181+228+96=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 228 (89.45% from 255 or 45.15% from 505); Blue value is 96 (37.89% from 255 or 19.01% from 505); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E460 is #4A1B9F. Grayscale: #C7C7C7. Windows color (decimal): -4856736 or 6350005. OLE color: 6350005.
HSL color Cylindrical-coordinate representation of color #B5E460: hue angle of 81.36º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5E460 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 228 | 96 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.11 |
| HSL | 81.36º | 0.71% | 0.64% | - |
| HSV(B) | 81.36º | 0.58% | 0.89% | - |
| XYZ | 48.91 | 66.16 | 21.26 | - |
| YUV | 198.9 | 69.93 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 228 | 96 | 0.21 | 0 | 0.58 | 0.11 | 81.36 | 0.71 | 0.64 |
| Hex | B5 | E4 | 60 | 15 | 0 | 3A | B | 51 | 47 | 40 |
| Octal | 265 | 344 | 140 | 25 | 0 | 72 | 13 | 121 | 107 | 100 |
| Binary | 10110101 | 11100100 | 1100000 | 10101 | 0 | 111010 | 1011 | 1010001 | 1000111 | 1000000 |
Color Harmonies of #B5E460
Complementary color
Monochromatic Colors of #B5E460
Black with #B5E460
Text Example
Text Example
White with #B5E460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E460; }
p { color: rgb(181,228,96); }
H1.HeaderClassName
{
color: #B5E460;
}
.AnyTagClassName
{
color: #B5E460;
}
</style>
background-color css
<style>
a { background-color: #B5E460; }
a { background-color: rgb(181,228,96); }
div.DivClassName
{
background-color: #B5E460;
}
.BgClassName
{
background-color: #B5E460;
}
</style>
border-color css
<style>
span { border-color: #B5E460; }
span { border-color: rgb(181,228,96); }
td.TdClassName
{
border-color: #B5E460;
}
.TagClassName
{
border-color: #B5E460;
}
</style>