Shades of Caper #ADD273
Tints of Caper #ADD273
RGB
CMYK
RGB Variations
Color information
#ADD273 (or 0xADD273) is known color: Caper. HEX triplet: AD, D2 and 73. RGB value is (173,210,115). Sum of RGB (Red+Green+Blue) = 173+210+115=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD273 is #522D8C. Grayscale: #BCBCBC. Windows color (decimal): -5385613 or 7590573. OLE color: 7590573.
HSL color Cylindrical-coordinate representation of color #ADD273: hue angle of 83.37º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADD273 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 115 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.18 |
| HSL | 83.37º | 0.51% | 0.64% | - |
| HSV(B) | 83.37º | 0.45% | 0.82% | - |
| XYZ | 43.37 | 56.22 | 24.78 | - |
| YUV | 188.11 | 86.74 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 115 | 0.18 | 0 | 0.45 | 0.18 | 83.37 | 0.51 | 0.64 |
| Hex | AD | D2 | 73 | 12 | 0 | 2D | 12 | 53 | 33 | 40 |
| Octal | 255 | 322 | 163 | 22 | 0 | 55 | 22 | 123 | 63 | 100 |
| Binary | 10101101 | 11010010 | 1110011 | 10010 | 0 | 101101 | 10010 | 1010011 | 110011 | 1000000 |
Color Harmonies of #ADD273
Complementary color
Monochromatic Colors of #ADD273
Black with #ADD273
Text Example
Text Example
White with #ADD273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD273; }
p { color: rgb(173,210,115); }
H1.HeaderClassName
{
color: #ADD273;
}
.AnyTagClassName
{
color: #ADD273;
}
</style>
background-color css
<style>
a { background-color: #ADD273; }
a { background-color: rgb(173,210,115); }
div.DivClassName
{
background-color: #ADD273;
}
.BgClassName
{
background-color: #ADD273;
}
</style>
border-color css
<style>
span { border-color: #ADD273; }
span { border-color: rgb(173,210,115); }
td.TdClassName
{
border-color: #ADD273;
}
.TagClassName
{
border-color: #ADD273;
}
</style>