Shades of Caper #ADC780
Tints of Caper #ADC780
RGB
CMYK
RGB Variations
Color information
#ADC780 (or 0xADC780) is known color: Caper. HEX triplet: AD, C7 and 80. RGB value is (173,199,128). Sum of RGB (Red+Green+Blue) = 173+199+128=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC780 is #52387F. Grayscale: #B7B7B7. Windows color (decimal): -5388416 or 8439725. OLE color: 8439725.
HSL color Cylindrical-coordinate representation of color #ADC780: hue angle of 81.97º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADC780 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 128 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.22 |
| HSL | 81.97º | 0.39% | 0.64% | - |
| HSV(B) | 81.97º | 0.36% | 0.78% | - |
| XYZ | 41.55 | 51.29 | 28.13 | - |
| YUV | 183.13 | 96.89 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 128 | 0.13 | 0 | 0.36 | 0.22 | 81.97 | 0.39 | 0.64 |
| Hex | AD | C7 | 80 | D | 0 | 24 | 16 | 52 | 27 | 40 |
| Octal | 255 | 307 | 200 | 15 | 0 | 44 | 26 | 122 | 47 | 100 |
| Binary | 10101101 | 11000111 | 10000000 | 1101 | 0 | 100100 | 10110 | 1010010 | 100111 | 1000000 |
Color Harmonies of #ADC780
Complementary color
Monochromatic Colors of #ADC780
Black with #ADC780
Text Example
Text Example
White with #ADC780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC780; }
p { color: rgb(173,199,128); }
H1.HeaderClassName
{
color: #ADC780;
}
.AnyTagClassName
{
color: #ADC780;
}
</style>
background-color css
<style>
a { background-color: #ADC780; }
a { background-color: rgb(173,199,128); }
div.DivClassName
{
background-color: #ADC780;
}
.BgClassName
{
background-color: #ADC780;
}
</style>
border-color css
<style>
span { border-color: #ADC780; }
span { border-color: rgb(173,199,128); }
td.TdClassName
{
border-color: #ADC780;
}
.TagClassName
{
border-color: #ADC780;
}
</style>