Shades of Conifer #B7DD56
Tints of Conifer #B7DD56
RGB
CMYK
RGB Variations
Color information
#B7DD56 (or 0xB7DD56) is known color: Conifer. HEX triplet: B7, DD and 56. RGB value is (183,221,86). Sum of RGB (Red+Green+Blue) = 183+221+86=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 86 (33.98% from 255 or 17.55% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DD56 is #4822A9. Grayscale: #C2C2C2. Windows color (decimal): -4727466 or 5692855. OLE color: 5692855.
HSL color Cylindrical-coordinate representation of color #B7DD56: hue angle of 76.89º 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 #B7DD56 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 221 | 86 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.13 |
| HSL | 76.89º | 0.67% | 0.6% | - |
| HSV(B) | 76.89º | 0.61% | 0.87% | - |
| XYZ | 47.06 | 62.45 | 18.38 | - |
| YUV | 194.25 | 66.91 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 221 | 86 | 0.17 | 0 | 0.61 | 0.13 | 76.89 | 0.67 | 0.6 |
| Hex | B7 | DD | 56 | 11 | 0 | 3D | D | 4D | 43 | 3C |
| Octal | 267 | 335 | 126 | 21 | 0 | 75 | 15 | 115 | 103 | 74 |
| Binary | 10110111 | 11011101 | 1010110 | 10001 | 0 | 111101 | 1101 | 1001101 | 1000011 | 111100 |
Color Harmonies of #B7DD56
Complementary color
Monochromatic Colors of #B7DD56
Black with #B7DD56
Text Example
Text Example
White with #B7DD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DD56; }
p { color: rgb(183,221,86); }
H1.HeaderClassName
{
color: #B7DD56;
}
.AnyTagClassName
{
color: #B7DD56;
}
</style>
background-color css
<style>
a { background-color: #B7DD56; }
a { background-color: rgb(183,221,86); }
div.DivClassName
{
background-color: #B7DD56;
}
.BgClassName
{
background-color: #B7DD56;
}
</style>
border-color css
<style>
span { border-color: #B7DD56; }
span { border-color: rgb(183,221,86); }
td.TdClassName
{
border-color: #B7DD56;
}
.TagClassName
{
border-color: #B7DD56;
}
</style>