Shades of Conifer #B7DD6C
Tints of Conifer #B7DD6C
RGB
CMYK
RGB Variations
Color information
#B7DD6C (or 0xB7DD6C) is known color: Conifer. HEX triplet: B7, DD and 6C. RGB value is (183,221,108). Sum of RGB (Red+Green+Blue) = 183+221+108=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DD6C is #482293. Grayscale: #C5C5C5. Windows color (decimal): -4727444 or 7134647. OLE color: 7134647.
HSL color Cylindrical-coordinate representation of color #B7DD6C: hue angle of 80.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7DD6C is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 221 | 108 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.13 |
| HSL | 80.18º | 0.62% | 0.65% | - |
| HSV(B) | 80.18º | 0.51% | 0.87% | - |
| XYZ | 48.09 | 62.86 | 23.79 | - |
| YUV | 196.76 | 77.91 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 221 | 108 | 0.17 | 0 | 0.51 | 0.13 | 80.18 | 0.62 | 0.65 |
| Hex | B7 | DD | 6C | 11 | 0 | 33 | D | 50 | 3E | 41 |
| Octal | 267 | 335 | 154 | 21 | 0 | 63 | 15 | 120 | 76 | 101 |
| Binary | 10110111 | 11011101 | 1101100 | 10001 | 0 | 110011 | 1101 | 1010000 | 111110 | 1000001 |
Color Harmonies of #B7DD6C
Complementary color
Monochromatic Colors of #B7DD6C
Black with #B7DD6C
Text Example
Text Example
White with #B7DD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DD6C; }
p { color: rgb(183,221,108); }
H1.HeaderClassName
{
color: #B7DD6C;
}
.AnyTagClassName
{
color: #B7DD6C;
}
</style>
background-color css
<style>
a { background-color: #B7DD6C; }
a { background-color: rgb(183,221,108); }
div.DivClassName
{
background-color: #B7DD6C;
}
.BgClassName
{
background-color: #B7DD6C;
}
</style>
border-color css
<style>
span { border-color: #B7DD6C; }
span { border-color: rgb(183,221,108); }
td.TdClassName
{
border-color: #B7DD6C;
}
.TagClassName
{
border-color: #B7DD6C;
}
</style>