Shades of Conifer #B5D868
Tints of Conifer #B5D868
RGB
CMYK
RGB Variations
Color information
#B5D868 (or 0xB5D868) is known color: Conifer. HEX triplet: B5, D8 and 68. RGB value is (181,216,104). Sum of RGB (Red+Green+Blue) = 181+216+104=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D868 is #4A2797. Grayscale: #C1C1C1. Windows color (decimal): -4859800 or 6871221. OLE color: 6871221.
HSL color Cylindrical-coordinate representation of color #B5D868: hue angle of 78.75º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B5D868 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 104 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.15 |
| HSL | 78.75º | 0.59% | 0.63% | - |
| HSV(B) | 78.75º | 0.52% | 0.85% | - |
| XYZ | 46.11 | 59.93 | 22.24 | - |
| YUV | 192.77 | 77.9 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 104 | 0.16 | 0 | 0.52 | 0.15 | 78.75 | 0.59 | 0.63 |
| Hex | B5 | D8 | 68 | 10 | 0 | 34 | F | 4F | 3B | 3F |
| Octal | 265 | 330 | 150 | 20 | 0 | 64 | 17 | 117 | 73 | 77 |
| Binary | 10110101 | 11011000 | 1101000 | 10000 | 0 | 110100 | 1111 | 1001111 | 111011 | 111111 |
Color Harmonies of #B5D868
Complementary color
Monochromatic Colors of #B5D868
Black with #B5D868
Text Example
Text Example
White with #B5D868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D868; }
p { color: rgb(181,216,104); }
H1.HeaderClassName
{
color: #B5D868;
}
.AnyTagClassName
{
color: #B5D868;
}
</style>
background-color css
<style>
a { background-color: #B5D868; }
a { background-color: rgb(181,216,104); }
div.DivClassName
{
background-color: #B5D868;
}
.BgClassName
{
background-color: #B5D868;
}
</style>
border-color css
<style>
span { border-color: #B5D868; }
span { border-color: rgb(181,216,104); }
td.TdClassName
{
border-color: #B5D868;
}
.TagClassName
{
border-color: #B5D868;
}
</style>