Shades of Caper #ADC57E
Tints of Caper #ADC57E
RGB
CMYK
RGB Variations
Color information
#ADC57E (or 0xADC57E) is known color: Caper. HEX triplet: AD, C5 and 7E. RGB value is (173,197,126). Sum of RGB (Red+Green+Blue) = 173+197+126=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC57E is #523A81. Grayscale: #B5B5B5. Windows color (decimal): -5388930 or 8308141. OLE color: 8308141.
HSL color Cylindrical-coordinate representation of color #ADC57E: hue angle of 80.28º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADC57E is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 126 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.23 |
| HSL | 80.28º | 0.38% | 0.63% | - |
| HSV(B) | 80.28º | 0.36% | 0.77% | - |
| XYZ | 40.97 | 50.32 | 27.29 | - |
| YUV | 181.73 | 96.55 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 126 | 0.12 | 0 | 0.36 | 0.23 | 80.28 | 0.38 | 0.63 |
| Hex | AD | C5 | 7E | C | 0 | 24 | 17 | 50 | 26 | 3F |
| Octal | 255 | 305 | 176 | 14 | 0 | 44 | 27 | 120 | 46 | 77 |
| Binary | 10101101 | 11000101 | 1111110 | 1100 | 0 | 100100 | 10111 | 1010000 | 100110 | 111111 |
Color Harmonies of #ADC57E
Complementary color
Monochromatic Colors of #ADC57E
Black with #ADC57E
Text Example
Text Example
White with #ADC57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC57E; }
p { color: rgb(173,197,126); }
H1.HeaderClassName
{
color: #ADC57E;
}
.AnyTagClassName
{
color: #ADC57E;
}
</style>
background-color css
<style>
a { background-color: #ADC57E; }
a { background-color: rgb(173,197,126); }
div.DivClassName
{
background-color: #ADC57E;
}
.BgClassName
{
background-color: #ADC57E;
}
</style>
border-color css
<style>
span { border-color: #ADC57E; }
span { border-color: rgb(173,197,126); }
td.TdClassName
{
border-color: #ADC57E;
}
.TagClassName
{
border-color: #ADC57E;
}
</style>