Shades of Conifer #B5D865
Tints of Conifer #B5D865
RGB
CMYK
RGB Variations
Color information
#B5D865 (or 0xB5D865) is known color: Conifer. HEX triplet: B5, D8 and 65. RGB value is (181,216,101). Sum of RGB (Red+Green+Blue) = 181+216+101=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D865 is #4A279A. Grayscale: #C0C0C0. Windows color (decimal): -4859803 or 6674613. OLE color: 6674613.
HSL color Cylindrical-coordinate representation of color #B5D865: hue angle of 78.26º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B5D865 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 101 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.15 |
| HSL | 78.26º | 0.6% | 0.62% | - |
| HSV(B) | 78.26º | 0.53% | 0.85% | - |
| XYZ | 45.96 | 59.88 | 21.45 | - |
| YUV | 192.43 | 76.4 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 101 | 0.16 | 0 | 0.53 | 0.15 | 78.26 | 0.6 | 0.62 |
| Hex | B5 | D8 | 65 | 10 | 0 | 35 | F | 4E | 3C | 3E |
| Octal | 265 | 330 | 145 | 20 | 0 | 65 | 17 | 116 | 74 | 76 |
| Binary | 10110101 | 11011000 | 1100101 | 10000 | 0 | 110101 | 1111 | 1001110 | 111100 | 111110 |
Color Harmonies of #B5D865
Complementary color
Monochromatic Colors of #B5D865
Black with #B5D865
Text Example
Text Example
White with #B5D865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D865; }
p { color: rgb(181,216,101); }
H1.HeaderClassName
{
color: #B5D865;
}
.AnyTagClassName
{
color: #B5D865;
}
</style>
background-color css
<style>
a { background-color: #B5D865; }
a { background-color: rgb(181,216,101); }
div.DivClassName
{
background-color: #B5D865;
}
.BgClassName
{
background-color: #B5D865;
}
</style>
border-color css
<style>
span { border-color: #B5D865; }
span { border-color: rgb(181,216,101); }
td.TdClassName
{
border-color: #B5D865;
}
.TagClassName
{
border-color: #B5D865;
}
</style>