Shades of Conifer #ADDF47
Tints of Conifer #ADDF47
RGB
CMYK
RGB Variations
Color information
#ADDF47 (or 0xADDF47) is known color: Conifer. HEX triplet: AD, DF and 47. RGB value is (173,223,71). Sum of RGB (Red+Green+Blue) = 173+223+71=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 71 (28.12% from 255 or 15.20% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDF47 is #5220B8. Grayscale: #BFBFBF. Windows color (decimal): -5382329 or 4710317. OLE color: 4710317.
HSL color Cylindrical-coordinate representation of color #ADDF47: hue angle of 79.74º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADDF47 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 71 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.13 |
| HSL | 79.74º | 0.7% | 0.58% | - |
| HSV(B) | 79.74º | 0.68% | 0.87% | - |
| XYZ | 44.76 | 62.11 | 15.59 | - |
| YUV | 190.72 | 60.44 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 71 | 0.22 | 0 | 0.68 | 0.13 | 79.74 | 0.7 | 0.58 |
| Hex | AD | DF | 47 | 16 | 0 | 44 | D | 50 | 46 | 3A |
| Octal | 255 | 337 | 107 | 26 | 0 | 104 | 15 | 120 | 106 | 72 |
| Binary | 10101101 | 11011111 | 1000111 | 10110 | 0 | 1000100 | 1101 | 1010000 | 1000110 | 111010 |
Color Harmonies of #ADDF47
Complementary color
Monochromatic Colors of #ADDF47
Black with #ADDF47
Text Example
Text Example
White with #ADDF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF47; }
p { color: rgb(173,223,71); }
H1.HeaderClassName
{
color: #ADDF47;
}
.AnyTagClassName
{
color: #ADDF47;
}
</style>
background-color css
<style>
a { background-color: #ADDF47; }
a { background-color: rgb(173,223,71); }
div.DivClassName
{
background-color: #ADDF47;
}
.BgClassName
{
background-color: #ADDF47;
}
</style>
border-color css
<style>
span { border-color: #ADDF47; }
span { border-color: rgb(173,223,71); }
td.TdClassName
{
border-color: #ADDF47;
}
.TagClassName
{
border-color: #ADDF47;
}
</style>