Shades of Caper #ADD079
Tints of Caper #ADD079
RGB
CMYK
RGB Variations
Color information
#ADD079 (or 0xADD079) is known color: Caper. HEX triplet: AD, D0 and 79. RGB value is (173,208,121). Sum of RGB (Red+Green+Blue) = 173+208+121=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD079 is #522F86. Grayscale: #BBBBBB. Windows color (decimal): -5386119 or 7983277. OLE color: 7983277.
HSL color Cylindrical-coordinate representation of color #ADD079: hue angle of 84.14º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADD079 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 121 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.18 |
| HSL | 84.14º | 0.48% | 0.65% | - |
| HSV(B) | 84.14º | 0.42% | 0.82% | - |
| XYZ | 43.24 | 55.38 | 26.5 | - |
| YUV | 187.62 | 90.4 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 121 | 0.17 | 0 | 0.42 | 0.18 | 84.14 | 0.48 | 0.65 |
| Hex | AD | D0 | 79 | 11 | 0 | 2A | 12 | 54 | 30 | 41 |
| Octal | 255 | 320 | 171 | 21 | 0 | 52 | 22 | 124 | 60 | 101 |
| Binary | 10101101 | 11010000 | 1111001 | 10001 | 0 | 101010 | 10010 | 1010100 | 110000 | 1000001 |
Color Harmonies of #ADD079
Complementary color
Monochromatic Colors of #ADD079
Black with #ADD079
Text Example
Text Example
White with #ADD079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD079; }
p { color: rgb(173,208,121); }
H1.HeaderClassName
{
color: #ADD079;
}
.AnyTagClassName
{
color: #ADD079;
}
</style>
background-color css
<style>
a { background-color: #ADD079; }
a { background-color: rgb(173,208,121); }
div.DivClassName
{
background-color: #ADD079;
}
.BgClassName
{
background-color: #ADD079;
}
</style>
border-color css
<style>
span { border-color: #ADD079; }
span { border-color: rgb(173,208,121); }
td.TdClassName
{
border-color: #ADD079;
}
.TagClassName
{
border-color: #ADD079;
}
</style>