Shades of Caper #ADC77E
Tints of Caper #ADC77E
RGB
CMYK
RGB Variations
Color information
#ADC77E (or 0xADC77E) is known color: Caper. HEX triplet: AD, C7 and 7E. RGB value is (173,199,126). Sum of RGB (Red+Green+Blue) = 173+199+126=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC77E is #523881. Grayscale: #B7B7B7. Windows color (decimal): -5388418 or 8308653. OLE color: 8308653.
HSL color Cylindrical-coordinate representation of color #ADC77E: hue angle of 81.37º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADC77E is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 126 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.22 |
| HSL | 81.37º | 0.39% | 0.64% | - |
| HSV(B) | 81.37º | 0.37% | 0.78% | - |
| XYZ | 41.42 | 51.24 | 27.45 | - |
| YUV | 182.9 | 95.89 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 126 | 0.13 | 0 | 0.37 | 0.22 | 81.37 | 0.39 | 0.64 |
| Hex | AD | C7 | 7E | D | 0 | 25 | 16 | 51 | 27 | 40 |
| Octal | 255 | 307 | 176 | 15 | 0 | 45 | 26 | 121 | 47 | 100 |
| Binary | 10101101 | 11000111 | 1111110 | 1101 | 0 | 100101 | 10110 | 1010001 | 100111 | 1000000 |
Color Harmonies of #ADC77E
Complementary color
Monochromatic Colors of #ADC77E
Black with #ADC77E
Text Example
Text Example
White with #ADC77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC77E; }
p { color: rgb(173,199,126); }
H1.HeaderClassName
{
color: #ADC77E;
}
.AnyTagClassName
{
color: #ADC77E;
}
</style>
background-color css
<style>
a { background-color: #ADC77E; }
a { background-color: rgb(173,199,126); }
div.DivClassName
{
background-color: #ADC77E;
}
.BgClassName
{
background-color: #ADC77E;
}
</style>
border-color css
<style>
span { border-color: #ADC77E; }
span { border-color: rgb(173,199,126); }
td.TdClassName
{
border-color: #ADC77E;
}
.TagClassName
{
border-color: #ADC77E;
}
</style>