Shades of Caper #ADD07D
Tints of Caper #ADD07D
RGB
CMYK
RGB Variations
Color information
#ADD07D (or 0xADD07D) is known color: Caper. HEX triplet: AD, D0 and 7D. RGB value is (173,208,125). Sum of RGB (Red+Green+Blue) = 173+208+125=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD07D is #522F82. Grayscale: #BCBCBC. Windows color (decimal): -5386115 or 8245421. OLE color: 8245421.
HSL color Cylindrical-coordinate representation of color #ADD07D: hue angle of 85.3º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADD07D is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 125 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.18 |
| HSL | 85.3º | 0.47% | 0.65% | - |
| HSV(B) | 85.3º | 0.4% | 0.82% | - |
| XYZ | 43.49 | 55.48 | 27.82 | - |
| YUV | 188.07 | 92.4 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 125 | 0.17 | 0 | 0.40 | 0.18 | 85.3 | 0.47 | 0.65 |
| Hex | AD | D0 | 7D | 11 | 0 | 28 | 12 | 55 | 2F | 41 |
| Octal | 255 | 320 | 175 | 21 | 0 | 50 | 22 | 125 | 57 | 101 |
| Binary | 10101101 | 11010000 | 1111101 | 10001 | 0 | 101000 | 10010 | 1010101 | 101111 | 1000001 |
Color Harmonies of #ADD07D
Complementary color
Monochromatic Colors of #ADD07D
Black with #ADD07D
Text Example
Text Example
White with #ADD07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD07D; }
p { color: rgb(173,208,125); }
H1.HeaderClassName
{
color: #ADD07D;
}
.AnyTagClassName
{
color: #ADD07D;
}
</style>
background-color css
<style>
a { background-color: #ADD07D; }
a { background-color: rgb(173,208,125); }
div.DivClassName
{
background-color: #ADD07D;
}
.BgClassName
{
background-color: #ADD07D;
}
</style>
border-color css
<style>
span { border-color: #ADD07D; }
span { border-color: rgb(173,208,125); }
td.TdClassName
{
border-color: #ADD07D;
}
.TagClassName
{
border-color: #ADD07D;
}
</style>