Shades of Caper #ADD376
Tints of Caper #ADD376
RGB
CMYK
RGB Variations
Color information
#ADD376 (or 0xADD376) is known color: Caper. HEX triplet: AD, D3 and 76. RGB value is (173,211,118). Sum of RGB (Red+Green+Blue) = 173+211+118=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD376 is #522C89. Grayscale: #BDBDBD. Windows color (decimal): -5385354 or 7787437. OLE color: 7787437.
HSL color Cylindrical-coordinate representation of color #ADD376: hue angle of 84.52º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADD376 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 118 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.17 |
| HSL | 84.52º | 0.51% | 0.65% | - |
| HSV(B) | 84.52º | 0.44% | 0.83% | - |
| XYZ | 43.8 | 56.78 | 25.79 | - |
| YUV | 189.04 | 87.91 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 118 | 0.18 | 0 | 0.44 | 0.17 | 84.52 | 0.51 | 0.65 |
| Hex | AD | D3 | 76 | 12 | 0 | 2C | 11 | 55 | 33 | 41 |
| Octal | 255 | 323 | 166 | 22 | 0 | 54 | 21 | 125 | 63 | 101 |
| Binary | 10101101 | 11010011 | 1110110 | 10010 | 0 | 101100 | 10001 | 1010101 | 110011 | 1000001 |
Color Harmonies of #ADD376
Complementary color
Monochromatic Colors of #ADD376
Black with #ADD376
Text Example
Text Example
White with #ADD376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD376; }
p { color: rgb(173,211,118); }
H1.HeaderClassName
{
color: #ADD376;
}
.AnyTagClassName
{
color: #ADD376;
}
</style>
background-color css
<style>
a { background-color: #ADD376; }
a { background-color: rgb(173,211,118); }
div.DivClassName
{
background-color: #ADD376;
}
.BgClassName
{
background-color: #ADD376;
}
</style>
border-color css
<style>
span { border-color: #ADD376; }
span { border-color: rgb(173,211,118); }
td.TdClassName
{
border-color: #ADD376;
}
.TagClassName
{
border-color: #ADD376;
}
</style>