Shades of Conifer #B7DD46
Tints of Conifer #B7DD46
RGB
CMYK
RGB Variations
Color information
#B7DD46 (or 0xB7DD46) is known color: Conifer. HEX triplet: B7, DD and 46. RGB value is (183,221,70). Sum of RGB (Red+Green+Blue) = 183+221+70=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 70 (27.73% from 255 or 14.77% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DD46 is #4822B9. Grayscale: #C0C0C0. Windows color (decimal): -4727482 or 4644279. OLE color: 4644279.
HSL color Cylindrical-coordinate representation of color #B7DD46: hue angle of 75.1º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B7DD46 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 221 | 70 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.13 |
| HSL | 75.1º | 0.69% | 0.57% | - |
| HSV(B) | 75.1º | 0.68% | 0.87% | - |
| XYZ | 46.49 | 62.22 | 15.35 | - |
| YUV | 192.42 | 58.91 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 221 | 70 | 0.17 | 0 | 0.68 | 0.13 | 75.1 | 0.69 | 0.57 |
| Hex | B7 | DD | 46 | 11 | 0 | 44 | D | 4B | 45 | 39 |
| Octal | 267 | 335 | 106 | 21 | 0 | 104 | 15 | 113 | 105 | 71 |
| Binary | 10110111 | 11011101 | 1000110 | 10001 | 0 | 1000100 | 1101 | 1001011 | 1000101 | 111001 |
Color Harmonies of #B7DD46
Complementary color
Monochromatic Colors of #B7DD46
Black with #B7DD46
Text Example
Text Example
White with #B7DD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DD46; }
p { color: rgb(183,221,70); }
H1.HeaderClassName
{
color: #B7DD46;
}
.AnyTagClassName
{
color: #B7DD46;
}
</style>
background-color css
<style>
a { background-color: #B7DD46; }
a { background-color: rgb(183,221,70); }
div.DivClassName
{
background-color: #B7DD46;
}
.BgClassName
{
background-color: #B7DD46;
}
</style>
border-color css
<style>
span { border-color: #B7DD46; }
span { border-color: rgb(183,221,70); }
td.TdClassName
{
border-color: #B7DD46;
}
.TagClassName
{
border-color: #B7DD46;
}
</style>