Shades of Caper #ADD276
Tints of Caper #ADD276
RGB
CMYK
RGB Variations
Color information
#ADD276 (or 0xADD276) is known color: Caper. HEX triplet: AD, D2 and 76. RGB value is (173,210,118). Sum of RGB (Red+Green+Blue) = 173+210+118=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD276 is #522D89. Grayscale: #BCBCBC. Windows color (decimal): -5385610 or 7787181. OLE color: 7787181.
HSL color Cylindrical-coordinate representation of color #ADD276: hue angle of 84.13º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADD276 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 118 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.18 |
| HSL | 84.13º | 0.51% | 0.64% | - |
| HSV(B) | 84.13º | 0.44% | 0.82% | - |
| XYZ | 43.55 | 56.29 | 25.71 | - |
| YUV | 188.45 | 88.24 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 118 | 0.18 | 0 | 0.44 | 0.18 | 84.13 | 0.51 | 0.64 |
| Hex | AD | D2 | 76 | 12 | 0 | 2C | 12 | 54 | 33 | 40 |
| Octal | 255 | 322 | 166 | 22 | 0 | 54 | 22 | 124 | 63 | 100 |
| Binary | 10101101 | 11010010 | 1110110 | 10010 | 0 | 101100 | 10010 | 1010100 | 110011 | 1000000 |
Color Harmonies of #ADD276
Complementary color
Monochromatic Colors of #ADD276
Black with #ADD276
Text Example
Text Example
White with #ADD276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD276; }
p { color: rgb(173,210,118); }
H1.HeaderClassName
{
color: #ADD276;
}
.AnyTagClassName
{
color: #ADD276;
}
</style>
background-color css
<style>
a { background-color: #ADD276; }
a { background-color: rgb(173,210,118); }
div.DivClassName
{
background-color: #ADD276;
}
.BgClassName
{
background-color: #ADD276;
}
</style>
border-color css
<style>
span { border-color: #ADD276; }
span { border-color: rgb(173,210,118); }
td.TdClassName
{
border-color: #ADD276;
}
.TagClassName
{
border-color: #ADD276;
}
</style>