Shades of Conifer #B6DD4C
Tints of Conifer #B6DD4C
RGB
CMYK
RGB Variations
Color information
#B6DD4C (or 0xB6DD4C) is known color: Conifer. HEX triplet: B6, DD and 4C. RGB value is (182,221,76). Sum of RGB (Red+Green+Blue) = 182+221+76=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 76 (30.08% from 255 or 15.87% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DD4C is #4922B3. Grayscale: #C1C1C1. Windows color (decimal): -4793012 or 5037494. OLE color: 5037494.
HSL color Cylindrical-coordinate representation of color #B6DD4C: hue angle of 76.14º 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 #B6DD4C is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 221 | 76 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.13 |
| HSL | 76.14º | 0.68% | 0.58% | - |
| HSV(B) | 76.14º | 0.66% | 0.87% | - |
| XYZ | 46.45 | 62.18 | 16.39 | - |
| YUV | 192.81 | 62.08 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 221 | 76 | 0.18 | 0 | 0.66 | 0.13 | 76.14 | 0.68 | 0.58 |
| Hex | B6 | DD | 4C | 12 | 0 | 42 | D | 4C | 44 | 3A |
| Octal | 266 | 335 | 114 | 22 | 0 | 102 | 15 | 114 | 104 | 72 |
| Binary | 10110110 | 11011101 | 1001100 | 10010 | 0 | 1000010 | 1101 | 1001100 | 1000100 | 111010 |
Color Harmonies of #B6DD4C
Complementary color
Monochromatic Colors of #B6DD4C
Black with #B6DD4C
Text Example
Text Example
White with #B6DD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DD4C; }
p { color: rgb(182,221,76); }
H1.HeaderClassName
{
color: #B6DD4C;
}
.AnyTagClassName
{
color: #B6DD4C;
}
</style>
background-color css
<style>
a { background-color: #B6DD4C; }
a { background-color: rgb(182,221,76); }
div.DivClassName
{
background-color: #B6DD4C;
}
.BgClassName
{
background-color: #B6DD4C;
}
</style>
border-color css
<style>
span { border-color: #B6DD4C; }
span { border-color: rgb(182,221,76); }
td.TdClassName
{
border-color: #B6DD4C;
}
.TagClassName
{
border-color: #B6DD4C;
}
</style>