Shades of Conifer #B7DD4C
Tints of Conifer #B7DD4C
RGB
CMYK
RGB Variations
Color information
#B7DD4C (or 0xB7DD4C) is known color: Conifer. HEX triplet: B7, DD and 4C. RGB value is (183,221,76). Sum of RGB (Red+Green+Blue) = 183+221+76=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 76 (30.08% from 255 or 15.83% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DD4C is #4822B3. Grayscale: #C1C1C1. Windows color (decimal): -4727476 or 5037495. OLE color: 5037495.
HSL color Cylindrical-coordinate representation of color #B7DD4C: hue angle of 75.72º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B7DD4C is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 221 | 76 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.13 |
| HSL | 75.72º | 0.68% | 0.58% | - |
| HSV(B) | 75.72º | 0.66% | 0.87% | - |
| XYZ | 46.69 | 62.3 | 16.4 | - |
| YUV | 193.11 | 61.91 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 221 | 76 | 0.17 | 0 | 0.66 | 0.13 | 75.72 | 0.68 | 0.58 |
| Hex | B7 | DD | 4C | 11 | 0 | 42 | D | 4C | 44 | 3A |
| Octal | 267 | 335 | 114 | 21 | 0 | 102 | 15 | 114 | 104 | 72 |
| Binary | 10110111 | 11011101 | 1001100 | 10001 | 0 | 1000010 | 1101 | 1001100 | 1000100 | 111010 |
Color Harmonies of #B7DD4C
Complementary color
Monochromatic Colors of #B7DD4C
Black with #B7DD4C
Text Example
Text Example
White with #B7DD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DD4C; }
p { color: rgb(183,221,76); }
H1.HeaderClassName
{
color: #B7DD4C;
}
.AnyTagClassName
{
color: #B7DD4C;
}
</style>
background-color css
<style>
a { background-color: #B7DD4C; }
a { background-color: rgb(183,221,76); }
div.DivClassName
{
background-color: #B7DD4C;
}
.BgClassName
{
background-color: #B7DD4C;
}
</style>
border-color css
<style>
span { border-color: #B7DD4C; }
span { border-color: rgb(183,221,76); }
td.TdClassName
{
border-color: #B7DD4C;
}
.TagClassName
{
border-color: #B7DD4C;
}
</style>