Shades of Conifer #ADDB47
Tints of Conifer #ADDB47
RGB
CMYK
RGB Variations
Color information
#ADDB47 (or 0xADDB47) is known color: Conifer. HEX triplet: AD, DB and 47. RGB value is (173,219,71). Sum of RGB (Red+Green+Blue) = 173+219+71=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 71 (28.12% from 255 or 15.33% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDB47 is #5224B8. Grayscale: #BCBCBC. Windows color (decimal): -5383353 or 4709293. OLE color: 4709293.
HSL color Cylindrical-coordinate representation of color #ADDB47: hue angle of 78.65º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADDB47 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 71 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.14 |
| HSL | 78.65º | 0.67% | 0.57% | - |
| HSV(B) | 78.65º | 0.68% | 0.86% | - |
| XYZ | 43.7 | 60 | 15.24 | - |
| YUV | 188.37 | 61.76 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 71 | 0.21 | 0 | 0.68 | 0.14 | 78.65 | 0.67 | 0.57 |
| Hex | AD | DB | 47 | 15 | 0 | 44 | E | 4F | 43 | 39 |
| Octal | 255 | 333 | 107 | 25 | 0 | 104 | 16 | 117 | 103 | 71 |
| Binary | 10101101 | 11011011 | 1000111 | 10101 | 0 | 1000100 | 1110 | 1001111 | 1000011 | 111001 |
Color Harmonies of #ADDB47
Complementary color
Monochromatic Colors of #ADDB47
Black with #ADDB47
Text Example
Text Example
White with #ADDB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB47; }
p { color: rgb(173,219,71); }
H1.HeaderClassName
{
color: #ADDB47;
}
.AnyTagClassName
{
color: #ADDB47;
}
</style>
background-color css
<style>
a { background-color: #ADDB47; }
a { background-color: rgb(173,219,71); }
div.DivClassName
{
background-color: #ADDB47;
}
.BgClassName
{
background-color: #ADDB47;
}
</style>
border-color css
<style>
span { border-color: #ADDB47; }
span { border-color: rgb(173,219,71); }
td.TdClassName
{
border-color: #ADDB47;
}
.TagClassName
{
border-color: #ADDB47;
}
</style>