Shades of Conifer #B5DD56
Tints of Conifer #B5DD56
RGB
CMYK
RGB Variations
Color information
#B5DD56 (or 0xB5DD56) is known color: Conifer. HEX triplet: B5, DD and 56. RGB value is (181,221,86). Sum of RGB (Red+Green+Blue) = 181+221+86=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DD56 is #4A22A9. Grayscale: #C2C2C2. Windows color (decimal): -4858538 or 5692853. OLE color: 5692853.
HSL color Cylindrical-coordinate representation of color #B5DD56: hue angle of 77.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5DD56 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 221 | 86 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.13 |
| HSL | 77.78º | 0.67% | 0.6% | - |
| HSV(B) | 77.78º | 0.61% | 0.87% | - |
| XYZ | 46.59 | 62.21 | 18.36 | - |
| YUV | 193.65 | 67.25 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 221 | 86 | 0.18 | 0 | 0.61 | 0.13 | 77.78 | 0.67 | 0.6 |
| Hex | B5 | DD | 56 | 12 | 0 | 3D | D | 4E | 43 | 3C |
| Octal | 265 | 335 | 126 | 22 | 0 | 75 | 15 | 116 | 103 | 74 |
| Binary | 10110101 | 11011101 | 1010110 | 10010 | 0 | 111101 | 1101 | 1001110 | 1000011 | 111100 |
Color Harmonies of #B5DD56
Complementary color
Monochromatic Colors of #B5DD56
Black with #B5DD56
Text Example
Text Example
White with #B5DD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DD56; }
p { color: rgb(181,221,86); }
H1.HeaderClassName
{
color: #B5DD56;
}
.AnyTagClassName
{
color: #B5DD56;
}
</style>
background-color css
<style>
a { background-color: #B5DD56; }
a { background-color: rgb(181,221,86); }
div.DivClassName
{
background-color: #B5DD56;
}
.BgClassName
{
background-color: #B5DD56;
}
</style>
border-color css
<style>
span { border-color: #B5DD56; }
span { border-color: rgb(181,221,86); }
td.TdClassName
{
border-color: #B5DD56;
}
.TagClassName
{
border-color: #B5DD56;
}
</style>