Shades of Conifer #B6DD40
Tints of Conifer #B6DD40
RGB
CMYK
RGB Variations
Color information
#B6DD40 (or 0xB6DD40) is known color: Conifer. HEX triplet: B6, DD and 40. RGB value is (182,221,64). Sum of RGB (Red+Green+Blue) = 182+221+64=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DD40 is #4922BF. Grayscale: #C0C0C0. Windows color (decimal): -4793024 or 4251062. OLE color: 4251062.
HSL color Cylindrical-coordinate representation of color #B6DD40: hue angle of 74.9º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B6DD40 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 221 | 64 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.13 |
| HSL | 74.9º | 0.7% | 0.56% | - |
| HSV(B) | 74.9º | 0.71% | 0.87% | - |
| XYZ | 46.07 | 62.03 | 14.39 | - |
| YUV | 191.44 | 56.08 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 221 | 64 | 0.18 | 0 | 0.71 | 0.13 | 74.9 | 0.7 | 0.56 |
| Hex | B6 | DD | 40 | 12 | 0 | 47 | D | 4B | 46 | 38 |
| Octal | 266 | 335 | 100 | 22 | 0 | 107 | 15 | 113 | 106 | 70 |
| Binary | 10110110 | 11011101 | 1000000 | 10010 | 0 | 1000111 | 1101 | 1001011 | 1000110 | 111000 |
Color Harmonies of #B6DD40
Complementary color
Monochromatic Colors of #B6DD40
Black with #B6DD40
Text Example
Text Example
White with #B6DD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DD40; }
p { color: rgb(182,221,64); }
H1.HeaderClassName
{
color: #B6DD40;
}
.AnyTagClassName
{
color: #B6DD40;
}
</style>
background-color css
<style>
a { background-color: #B6DD40; }
a { background-color: rgb(182,221,64); }
div.DivClassName
{
background-color: #B6DD40;
}
.BgClassName
{
background-color: #B6DD40;
}
</style>
border-color css
<style>
span { border-color: #B6DD40; }
span { border-color: rgb(182,221,64); }
td.TdClassName
{
border-color: #B6DD40;
}
.TagClassName
{
border-color: #B6DD40;
}
</style>