Shades of Conifer #ADDD47
Tints of Conifer #ADDD47
RGB
CMYK
RGB Variations
Color information
#ADDD47 (or 0xADDD47) is known color: Conifer. HEX triplet: AD, DD and 47. RGB value is (173,221,71). Sum of RGB (Red+Green+Blue) = 173+221+71=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 71 (28.12% from 255 or 15.27% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDD47 is #5222B8. Grayscale: #BEBEBE. Windows color (decimal): -5382841 or 4709805. OLE color: 4709805.
HSL color Cylindrical-coordinate representation of color #ADDD47: hue angle of 79.2º 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 #ADDD47 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 71 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.13 |
| HSL | 79.2º | 0.69% | 0.57% | - |
| HSV(B) | 79.2º | 0.68% | 0.87% | - |
| XYZ | 44.23 | 61.05 | 15.41 | - |
| YUV | 189.55 | 61.1 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 71 | 0.22 | 0 | 0.68 | 0.13 | 79.2 | 0.69 | 0.57 |
| Hex | AD | DD | 47 | 16 | 0 | 44 | D | 4F | 45 | 39 |
| Octal | 255 | 335 | 107 | 26 | 0 | 104 | 15 | 117 | 105 | 71 |
| Binary | 10101101 | 11011101 | 1000111 | 10110 | 0 | 1000100 | 1101 | 1001111 | 1000101 | 111001 |
Color Harmonies of #ADDD47
Complementary color
Monochromatic Colors of #ADDD47
Black with #ADDD47
Text Example
Text Example
White with #ADDD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD47; }
p { color: rgb(173,221,71); }
H1.HeaderClassName
{
color: #ADDD47;
}
.AnyTagClassName
{
color: #ADDD47;
}
</style>
background-color css
<style>
a { background-color: #ADDD47; }
a { background-color: rgb(173,221,71); }
div.DivClassName
{
background-color: #ADDD47;
}
.BgClassName
{
background-color: #ADDD47;
}
</style>
border-color css
<style>
span { border-color: #ADDD47; }
span { border-color: rgb(173,221,71); }
td.TdClassName
{
border-color: #ADDD47;
}
.TagClassName
{
border-color: #ADDD47;
}
</style>