Shades of Caper #ADD472
Tints of Caper #ADD472
RGB
CMYK
RGB Variations
Color information
#ADD472 (or 0xADD472) is known color: Caper. HEX triplet: AD, D4 and 72. RGB value is (173,212,114). Sum of RGB (Red+Green+Blue) = 173+212+114=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD472 is #522B8D. Grayscale: #BDBDBD. Windows color (decimal): -5385102 or 7525549. OLE color: 7525549.
HSL color Cylindrical-coordinate representation of color #ADD472: hue angle of 83.88º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADD472 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 114 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.17 |
| HSL | 83.88º | 0.53% | 0.64% | - |
| HSV(B) | 83.88º | 0.46% | 0.83% | - |
| XYZ | 43.81 | 57.19 | 24.65 | - |
| YUV | 189.17 | 85.58 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 114 | 0.18 | 0 | 0.46 | 0.17 | 83.88 | 0.53 | 0.64 |
| Hex | AD | D4 | 72 | 12 | 0 | 2E | 11 | 54 | 35 | 40 |
| Octal | 255 | 324 | 162 | 22 | 0 | 56 | 21 | 124 | 65 | 100 |
| Binary | 10101101 | 11010100 | 1110010 | 10010 | 0 | 101110 | 10001 | 1010100 | 110101 | 1000000 |
Color Harmonies of #ADD472
Complementary color
Monochromatic Colors of #ADD472
Black with #ADD472
Text Example
Text Example
White with #ADD472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD472; }
p { color: rgb(173,212,114); }
H1.HeaderClassName
{
color: #ADD472;
}
.AnyTagClassName
{
color: #ADD472;
}
</style>
background-color css
<style>
a { background-color: #ADD472; }
a { background-color: rgb(173,212,114); }
div.DivClassName
{
background-color: #ADD472;
}
.BgClassName
{
background-color: #ADD472;
}
</style>
border-color css
<style>
span { border-color: #ADD472; }
span { border-color: rgb(173,212,114); }
td.TdClassName
{
border-color: #ADD472;
}
.TagClassName
{
border-color: #ADD472;
}
</style>