Shades of Caper #ADC777
Tints of Caper #ADC777
RGB
CMYK
RGB Variations
Color information
#ADC777 (or 0xADC777) is known color: Caper. HEX triplet: AD, C7 and 77. RGB value is (173,199,119). Sum of RGB (Red+Green+Blue) = 173+199+119=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC777 is #523888. Grayscale: #B6B6B6. Windows color (decimal): -5388425 or 7849901. OLE color: 7849901.
HSL color Cylindrical-coordinate representation of color #ADC777: hue angle of 79.5º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADC777 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 119 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.22 |
| HSL | 79.5º | 0.42% | 0.62% | - |
| HSV(B) | 79.5º | 0.4% | 0.78% | - |
| XYZ | 40.99 | 51.06 | 25.15 | - |
| YUV | 182.11 | 92.39 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 119 | 0.13 | 0 | 0.40 | 0.22 | 79.5 | 0.42 | 0.62 |
| Hex | AD | C7 | 77 | D | 0 | 28 | 16 | 50 | 2A | 3E |
| Octal | 255 | 307 | 167 | 15 | 0 | 50 | 26 | 120 | 52 | 76 |
| Binary | 10101101 | 11000111 | 1110111 | 1101 | 0 | 101000 | 10110 | 1010000 | 101010 | 111110 |
Color Harmonies of #ADC777
Complementary color
Monochromatic Colors of #ADC777
Black with #ADC777
Text Example
Text Example
White with #ADC777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC777; }
p { color: rgb(173,199,119); }
H1.HeaderClassName
{
color: #ADC777;
}
.AnyTagClassName
{
color: #ADC777;
}
</style>
background-color css
<style>
a { background-color: #ADC777; }
a { background-color: rgb(173,199,119); }
div.DivClassName
{
background-color: #ADC777;
}
.BgClassName
{
background-color: #ADC777;
}
</style>
border-color css
<style>
span { border-color: #ADC777; }
span { border-color: rgb(173,199,119); }
td.TdClassName
{
border-color: #ADC777;
}
.TagClassName
{
border-color: #ADC777;
}
</style>