Shades of Caper #ADC57D
Tints of Caper #ADC57D
RGB
CMYK
RGB Variations
Color information
#ADC57D (or 0xADC57D) is known color: Caper. HEX triplet: AD, C5 and 7D. RGB value is (173,197,125). Sum of RGB (Red+Green+Blue) = 173+197+125=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC57D is #523A82. Grayscale: #B5B5B5. Windows color (decimal): -5388931 or 8242605. OLE color: 8242605.
HSL color Cylindrical-coordinate representation of color #ADC57D: hue angle of 80º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADC57D is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 125 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.23 |
| HSL | 80º | 0.38% | 0.63% | - |
| HSV(B) | 80º | 0.37% | 0.77% | - |
| XYZ | 40.9 | 50.3 | 26.95 | - |
| YUV | 181.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 125 | 0.12 | 0 | 0.37 | 0.23 | 80 | 0.38 | 0.63 |
| Hex | AD | C5 | 7D | C | 0 | 25 | 17 | 50 | 26 | 3F |
| Octal | 255 | 305 | 175 | 14 | 0 | 45 | 27 | 120 | 46 | 77 |
| Binary | 10101101 | 11000101 | 1111101 | 1100 | 0 | 100101 | 10111 | 1010000 | 100110 | 111111 |
Color Harmonies of #ADC57D
Complementary color
Monochromatic Colors of #ADC57D
Black with #ADC57D
Text Example
Text Example
White with #ADC57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC57D; }
p { color: rgb(173,197,125); }
H1.HeaderClassName
{
color: #ADC57D;
}
.AnyTagClassName
{
color: #ADC57D;
}
</style>
background-color css
<style>
a { background-color: #ADC57D; }
a { background-color: rgb(173,197,125); }
div.DivClassName
{
background-color: #ADC57D;
}
.BgClassName
{
background-color: #ADC57D;
}
</style>
border-color css
<style>
span { border-color: #ADC57D; }
span { border-color: rgb(173,197,125); }
td.TdClassName
{
border-color: #ADC57D;
}
.TagClassName
{
border-color: #ADC57D;
}
</style>