Shades of Caper #ADD272
Tints of Caper #ADD272
RGB
CMYK
RGB Variations
Color information
#ADD272 (or 0xADD272) is known color: Caper. HEX triplet: AD, D2 and 72. RGB value is (173,210,114). Sum of RGB (Red+Green+Blue) = 173+210+114=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD272 is #522D8D. Grayscale: #BCBCBC. Windows color (decimal): -5385614 or 7525037. OLE color: 7525037.
HSL color Cylindrical-coordinate representation of color #ADD272: hue angle of 83.13º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADD272 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 114 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.18 |
| HSL | 83.13º | 0.52% | 0.64% | - |
| HSV(B) | 83.13º | 0.46% | 0.82% | - |
| XYZ | 43.32 | 56.19 | 24.48 | - |
| YUV | 187.99 | 86.24 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 114 | 0.18 | 0 | 0.46 | 0.18 | 83.13 | 0.52 | 0.64 |
| Hex | AD | D2 | 72 | 12 | 0 | 2E | 12 | 53 | 34 | 40 |
| Octal | 255 | 322 | 162 | 22 | 0 | 56 | 22 | 123 | 64 | 100 |
| Binary | 10101101 | 11010010 | 1110010 | 10010 | 0 | 101110 | 10010 | 1010011 | 110100 | 1000000 |
Color Harmonies of #ADD272
Complementary color
Monochromatic Colors of #ADD272
Black with #ADD272
Text Example
Text Example
White with #ADD272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD272; }
p { color: rgb(173,210,114); }
H1.HeaderClassName
{
color: #ADD272;
}
.AnyTagClassName
{
color: #ADD272;
}
</style>
background-color css
<style>
a { background-color: #ADD272; }
a { background-color: rgb(173,210,114); }
div.DivClassName
{
background-color: #ADD272;
}
.BgClassName
{
background-color: #ADD272;
}
</style>
border-color css
<style>
span { border-color: #ADD272; }
span { border-color: rgb(173,210,114); }
td.TdClassName
{
border-color: #ADD272;
}
.TagClassName
{
border-color: #ADD272;
}
</style>