Shades of Caper #ADC77F
Tints of Caper #ADC77F
RGB
CMYK
RGB Variations
Color information
#ADC77F (or 0xADC77F) is known color: Caper. HEX triplet: AD, C7 and 7F. RGB value is (173,199,127). Sum of RGB (Red+Green+Blue) = 173+199+127=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC77F is #523880. Grayscale: #B7B7B7. Windows color (decimal): -5388417 or 8374189. OLE color: 8374189.
HSL color Cylindrical-coordinate representation of color #ADC77F: hue angle of 81.67º 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 #ADC77F is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 127 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.22 |
| HSL | 81.67º | 0.39% | 0.64% | - |
| HSV(B) | 81.67º | 0.36% | 0.78% | - |
| XYZ | 41.49 | 51.26 | 27.79 | - |
| YUV | 183.02 | 96.39 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 127 | 0.13 | 0 | 0.36 | 0.22 | 81.67 | 0.39 | 0.64 |
| Hex | AD | C7 | 7F | D | 0 | 24 | 16 | 52 | 27 | 40 |
| Octal | 255 | 307 | 177 | 15 | 0 | 44 | 26 | 122 | 47 | 100 |
| Binary | 10101101 | 11000111 | 1111111 | 1101 | 0 | 100100 | 10110 | 1010010 | 100111 | 1000000 |
Color Harmonies of #ADC77F
Complementary color
Monochromatic Colors of #ADC77F
Black with #ADC77F
Text Example
Text Example
White with #ADC77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC77F; }
p { color: rgb(173,199,127); }
H1.HeaderClassName
{
color: #ADC77F;
}
.AnyTagClassName
{
color: #ADC77F;
}
</style>
background-color css
<style>
a { background-color: #ADC77F; }
a { background-color: rgb(173,199,127); }
div.DivClassName
{
background-color: #ADC77F;
}
.BgClassName
{
background-color: #ADC77F;
}
</style>
border-color css
<style>
span { border-color: #ADC77F; }
span { border-color: rgb(173,199,127); }
td.TdClassName
{
border-color: #ADC77F;
}
.TagClassName
{
border-color: #ADC77F;
}
</style>