Shades of Caper #ADD56E
Tints of Caper #ADD56E
RGB
CMYK
RGB Variations
Color information
#ADD56E (or 0xADD56E) is known color: Caper. HEX triplet: AD, D5 and 6E. RGB value is (173,213,110). Sum of RGB (Red+Green+Blue) = 173+213+110=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD56E is #522A91. Grayscale: #BDBDBD. Windows color (decimal): -5384850 or 7263661. OLE color: 7263661.
HSL color Cylindrical-coordinate representation of color #ADD56E: hue angle of 83.3º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADD56E is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 110 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.16 |
| HSL | 83.3º | 0.55% | 0.63% | - |
| HSV(B) | 83.3º | 0.48% | 0.84% | - |
| XYZ | 43.84 | 57.6 | 23.56 | - |
| YUV | 189.3 | 83.25 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 110 | 0.19 | 0 | 0.48 | 0.16 | 83.3 | 0.55 | 0.63 |
| Hex | AD | D5 | 6E | 13 | 0 | 30 | 10 | 53 | 37 | 3F |
| Octal | 255 | 325 | 156 | 23 | 0 | 60 | 20 | 123 | 67 | 77 |
| Binary | 10101101 | 11010101 | 1101110 | 10011 | 0 | 110000 | 10000 | 1010011 | 110111 | 111111 |
Color Harmonies of #ADD56E
Complementary color
Monochromatic Colors of #ADD56E
Black with #ADD56E
Text Example
Text Example
White with #ADD56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD56E; }
p { color: rgb(173,213,110); }
H1.HeaderClassName
{
color: #ADD56E;
}
.AnyTagClassName
{
color: #ADD56E;
}
</style>
background-color css
<style>
a { background-color: #ADD56E; }
a { background-color: rgb(173,213,110); }
div.DivClassName
{
background-color: #ADD56E;
}
.BgClassName
{
background-color: #ADD56E;
}
</style>
border-color css
<style>
span { border-color: #ADD56E; }
span { border-color: rgb(173,213,110); }
td.TdClassName
{
border-color: #ADD56E;
}
.TagClassName
{
border-color: #ADD56E;
}
</style>