Shades of Caper #ADD078
Tints of Caper #ADD078
RGB
CMYK
RGB Variations
Color information
#ADD078 (or 0xADD078) is known color: Caper. HEX triplet: AD, D0 and 78. RGB value is (173,208,120). Sum of RGB (Red+Green+Blue) = 173+208+120=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD078 is #522F87. Grayscale: #BBBBBB. Windows color (decimal): -5386120 or 7917741. OLE color: 7917741.
HSL color Cylindrical-coordinate representation of color #ADD078: hue angle of 83.86º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADD078 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 120 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.18 |
| HSL | 83.86º | 0.48% | 0.64% | - |
| HSV(B) | 83.86º | 0.42% | 0.82% | - |
| XYZ | 43.18 | 55.35 | 26.18 | - |
| YUV | 187.5 | 89.9 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 120 | 0.17 | 0 | 0.42 | 0.18 | 83.86 | 0.48 | 0.64 |
| Hex | AD | D0 | 78 | 11 | 0 | 2A | 12 | 54 | 30 | 40 |
| Octal | 255 | 320 | 170 | 21 | 0 | 52 | 22 | 124 | 60 | 100 |
| Binary | 10101101 | 11010000 | 1111000 | 10001 | 0 | 101010 | 10010 | 1010100 | 110000 | 1000000 |
Color Harmonies of #ADD078
Complementary color
Monochromatic Colors of #ADD078
Black with #ADD078
Text Example
Text Example
White with #ADD078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD078; }
p { color: rgb(173,208,120); }
H1.HeaderClassName
{
color: #ADD078;
}
.AnyTagClassName
{
color: #ADD078;
}
</style>
background-color css
<style>
a { background-color: #ADD078; }
a { background-color: rgb(173,208,120); }
div.DivClassName
{
background-color: #ADD078;
}
.BgClassName
{
background-color: #ADD078;
}
</style>
border-color css
<style>
span { border-color: #ADD078; }
span { border-color: rgb(173,208,120); }
td.TdClassName
{
border-color: #ADD078;
}
.TagClassName
{
border-color: #ADD078;
}
</style>