Shades of Caper #ADD373
Tints of Caper #ADD373
RGB
CMYK
RGB Variations
Color information
#ADD373 (or 0xADD373) is known color: Caper. HEX triplet: AD, D3 and 73. RGB value is (173,211,115). Sum of RGB (Red+Green+Blue) = 173+211+115=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD373 is #522C8C. Grayscale: #BDBDBD. Windows color (decimal): -5385357 or 7590829. OLE color: 7590829.
HSL color Cylindrical-coordinate representation of color #ADD373: hue angle of 83.75º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADD373 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 115 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.17 |
| HSL | 83.75º | 0.52% | 0.64% | - |
| HSV(B) | 83.75º | 0.45% | 0.83% | - |
| XYZ | 43.62 | 56.71 | 24.87 | - |
| YUV | 188.69 | 86.41 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 115 | 0.18 | 0 | 0.45 | 0.17 | 83.75 | 0.52 | 0.64 |
| Hex | AD | D3 | 73 | 12 | 0 | 2D | 11 | 54 | 34 | 40 |
| Octal | 255 | 323 | 163 | 22 | 0 | 55 | 21 | 124 | 64 | 100 |
| Binary | 10101101 | 11010011 | 1110011 | 10010 | 0 | 101101 | 10001 | 1010100 | 110100 | 1000000 |
Color Harmonies of #ADD373
Complementary color
Monochromatic Colors of #ADD373
Black with #ADD373
Text Example
Text Example
White with #ADD373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD373; }
p { color: rgb(173,211,115); }
H1.HeaderClassName
{
color: #ADD373;
}
.AnyTagClassName
{
color: #ADD373;
}
</style>
background-color css
<style>
a { background-color: #ADD373; }
a { background-color: rgb(173,211,115); }
div.DivClassName
{
background-color: #ADD373;
}
.BgClassName
{
background-color: #ADD373;
}
</style>
border-color css
<style>
span { border-color: #ADD373; }
span { border-color: rgb(173,211,115); }
td.TdClassName
{
border-color: #ADD373;
}
.TagClassName
{
border-color: #ADD373;
}
</style>