Shades of Conifer #B7DD4D
Tints of Conifer #B7DD4D
RGB
CMYK
RGB Variations
Color information
#B7DD4D (or 0xB7DD4D) is known color: Conifer. HEX triplet: B7, DD and 4D. RGB value is (183,221,77). Sum of RGB (Red+Green+Blue) = 183+221+77=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DD4D is #4822B2. Grayscale: #C1C1C1. Windows color (decimal): -4727475 or 5103031. OLE color: 5103031.
HSL color Cylindrical-coordinate representation of color #B7DD4D: hue angle of 75.83º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B7DD4D is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 221 | 77 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.13 |
| HSL | 75.83º | 0.68% | 0.58% | - |
| HSV(B) | 75.83º | 0.65% | 0.87% | - |
| XYZ | 46.72 | 62.32 | 16.59 | - |
| YUV | 193.22 | 62.41 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 221 | 77 | 0.17 | 0 | 0.65 | 0.13 | 75.83 | 0.68 | 0.58 |
| Hex | B7 | DD | 4D | 11 | 0 | 41 | D | 4C | 44 | 3A |
| Octal | 267 | 335 | 115 | 21 | 0 | 101 | 15 | 114 | 104 | 72 |
| Binary | 10110111 | 11011101 | 1001101 | 10001 | 0 | 1000001 | 1101 | 1001100 | 1000100 | 111010 |
Color Harmonies of #B7DD4D
Complementary color
Monochromatic Colors of #B7DD4D
Black with #B7DD4D
Text Example
Text Example
White with #B7DD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DD4D; }
p { color: rgb(183,221,77); }
H1.HeaderClassName
{
color: #B7DD4D;
}
.AnyTagClassName
{
color: #B7DD4D;
}
</style>
background-color css
<style>
a { background-color: #B7DD4D; }
a { background-color: rgb(183,221,77); }
div.DivClassName
{
background-color: #B7DD4D;
}
.BgClassName
{
background-color: #B7DD4D;
}
</style>
border-color css
<style>
span { border-color: #B7DD4D; }
span { border-color: rgb(183,221,77); }
td.TdClassName
{
border-color: #B7DD4D;
}
.TagClassName
{
border-color: #B7DD4D;
}
</style>