Shades of Caper #ADD570
Tints of Caper #ADD570
RGB
CMYK
RGB Variations
Color information
#ADD570 (or 0xADD570) is known color: Caper. HEX triplet: AD, D5 and 70. RGB value is (173,213,112). Sum of RGB (Red+Green+Blue) = 173+213+112=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD570 is #522A8F. Grayscale: #BDBDBD. Windows color (decimal): -5384848 or 7394733. OLE color: 7394733.
HSL color Cylindrical-coordinate representation of color #ADD570: hue angle of 83.76º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADD570 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 112 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.16 |
| HSL | 83.76º | 0.55% | 0.64% | - |
| HSV(B) | 83.76º | 0.47% | 0.84% | - |
| XYZ | 43.95 | 57.64 | 24.14 | - |
| YUV | 189.53 | 84.25 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 112 | 0.19 | 0 | 0.47 | 0.16 | 83.76 | 0.55 | 0.64 |
| Hex | AD | D5 | 70 | 13 | 0 | 2F | 10 | 54 | 37 | 40 |
| Octal | 255 | 325 | 160 | 23 | 0 | 57 | 20 | 124 | 67 | 100 |
| Binary | 10101101 | 11010101 | 1110000 | 10011 | 0 | 101111 | 10000 | 1010100 | 110111 | 1000000 |
Color Harmonies of #ADD570
Complementary color
Monochromatic Colors of #ADD570
Black with #ADD570
Text Example
Text Example
White with #ADD570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD570; }
p { color: rgb(173,213,112); }
H1.HeaderClassName
{
color: #ADD570;
}
.AnyTagClassName
{
color: #ADD570;
}
</style>
background-color css
<style>
a { background-color: #ADD570; }
a { background-color: rgb(173,213,112); }
div.DivClassName
{
background-color: #ADD570;
}
.BgClassName
{
background-color: #ADD570;
}
</style>
border-color css
<style>
span { border-color: #ADD570; }
span { border-color: rgb(173,213,112); }
td.TdClassName
{
border-color: #ADD570;
}
.TagClassName
{
border-color: #ADD570;
}
</style>