Shades of Caper #ADD473
Tints of Caper #ADD473
RGB
CMYK
RGB Variations
Color information
#ADD473 (or 0xADD473) is known color: Caper. HEX triplet: AD, D4 and 73. RGB value is (173,212,115). Sum of RGB (Red+Green+Blue) = 173+212+115=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD473 is #522B8C. Grayscale: #BDBDBD. Windows color (decimal): -5385101 or 7591085. OLE color: 7591085.
HSL color Cylindrical-coordinate representation of color #ADD473: hue angle of 84.12º 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 #ADD473 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 115 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.17 |
| HSL | 84.12º | 0.53% | 0.64% | - |
| HSV(B) | 84.12º | 0.46% | 0.83% | - |
| XYZ | 43.87 | 57.21 | 24.95 | - |
| YUV | 189.28 | 86.08 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 115 | 0.18 | 0 | 0.46 | 0.17 | 84.12 | 0.53 | 0.64 |
| Hex | AD | D4 | 73 | 12 | 0 | 2E | 11 | 54 | 35 | 40 |
| Octal | 255 | 324 | 163 | 22 | 0 | 56 | 21 | 124 | 65 | 100 |
| Binary | 10101101 | 11010100 | 1110011 | 10010 | 0 | 101110 | 10001 | 1010100 | 110101 | 1000000 |
Color Harmonies of #ADD473
Complementary color
Monochromatic Colors of #ADD473
Black with #ADD473
Text Example
Text Example
White with #ADD473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD473; }
p { color: rgb(173,212,115); }
H1.HeaderClassName
{
color: #ADD473;
}
.AnyTagClassName
{
color: #ADD473;
}
</style>
background-color css
<style>
a { background-color: #ADD473; }
a { background-color: rgb(173,212,115); }
div.DivClassName
{
background-color: #ADD473;
}
.BgClassName
{
background-color: #ADD473;
}
</style>
border-color css
<style>
span { border-color: #ADD473; }
span { border-color: rgb(173,212,115); }
td.TdClassName
{
border-color: #ADD473;
}
.TagClassName
{
border-color: #ADD473;
}
</style>