Shades of Conifer #B7DD60
Tints of Conifer #B7DD60
RGB
CMYK
RGB Variations
Color information
#B7DD60 (or 0xB7DD60) is known color: Conifer. HEX triplet: B7, DD and 60. RGB value is (183,221,96). Sum of RGB (Red+Green+Blue) = 183+221+96=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DD60 is #48229F. Grayscale: #C3C3C3. Windows color (decimal): -4727456 or 6348215. OLE color: 6348215.
HSL color Cylindrical-coordinate representation of color #B7DD60: hue angle of 78.24º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7DD60 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 221 | 96 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.13 |
| HSL | 78.24º | 0.65% | 0.62% | - |
| HSV(B) | 78.24º | 0.57% | 0.87% | - |
| XYZ | 47.5 | 62.62 | 20.65 | - |
| YUV | 195.39 | 71.91 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 221 | 96 | 0.17 | 0 | 0.57 | 0.13 | 78.24 | 0.65 | 0.62 |
| Hex | B7 | DD | 60 | 11 | 0 | 39 | D | 4E | 41 | 3E |
| Octal | 267 | 335 | 140 | 21 | 0 | 71 | 15 | 116 | 101 | 76 |
| Binary | 10110111 | 11011101 | 1100000 | 10001 | 0 | 111001 | 1101 | 1001110 | 1000001 | 111110 |
Color Harmonies of #B7DD60
Complementary color
Monochromatic Colors of #B7DD60
Black with #B7DD60
Text Example
Text Example
White with #B7DD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DD60; }
p { color: rgb(183,221,96); }
H1.HeaderClassName
{
color: #B7DD60;
}
.AnyTagClassName
{
color: #B7DD60;
}
</style>
background-color css
<style>
a { background-color: #B7DD60; }
a { background-color: rgb(183,221,96); }
div.DivClassName
{
background-color: #B7DD60;
}
.BgClassName
{
background-color: #B7DD60;
}
</style>
border-color css
<style>
span { border-color: #B7DD60; }
span { border-color: rgb(183,221,96); }
td.TdClassName
{
border-color: #B7DD60;
}
.TagClassName
{
border-color: #B7DD60;
}
</style>