Shades of Conifer #B5D656
Tints of Conifer #B5D656
RGB
CMYK
RGB Variations
Color information
#B5D656 (or 0xB5D656) is known color: Conifer. HEX triplet: B5, D6 and 56. RGB value is (181,214,86). Sum of RGB (Red+Green+Blue) = 181+214+86=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 86 (33.98% from 255 or 17.88% from 481); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D656 is #4A29A9. Grayscale: #BEBEBE. Windows color (decimal): -4860330 or 5691061. OLE color: 5691061.
HSL color Cylindrical-coordinate representation of color #B5D656: hue angle of 75.47º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5D656 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 86 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.16 |
| HSL | 75.47º | 0.61% | 0.59% | - |
| HSV(B) | 75.47º | 0.6% | 0.84% | - |
| XYZ | 44.78 | 58.59 | 17.75 | - |
| YUV | 189.54 | 69.57 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 86 | 0.15 | 0 | 0.60 | 0.16 | 75.47 | 0.61 | 0.59 |
| Hex | B5 | D6 | 56 | F | 0 | 3C | 10 | 4B | 3D | 3B |
| Octal | 265 | 326 | 126 | 17 | 0 | 74 | 20 | 113 | 75 | 73 |
| Binary | 10110101 | 11010110 | 1010110 | 1111 | 0 | 111100 | 10000 | 1001011 | 111101 | 111011 |
Color Harmonies of #B5D656
Complementary color
Monochromatic Colors of #B5D656
Black with #B5D656
Text Example
Text Example
White with #B5D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D656; }
p { color: rgb(181,214,86); }
H1.HeaderClassName
{
color: #B5D656;
}
.AnyTagClassName
{
color: #B5D656;
}
</style>
background-color css
<style>
a { background-color: #B5D656; }
a { background-color: rgb(181,214,86); }
div.DivClassName
{
background-color: #B5D656;
}
.BgClassName
{
background-color: #B5D656;
}
</style>
border-color css
<style>
span { border-color: #B5D656; }
span { border-color: rgb(181,214,86); }
td.TdClassName
{
border-color: #B5D656;
}
.TagClassName
{
border-color: #B5D656;
}
</style>