Shades of Caper #ADC571
Tints of Caper #ADC571
RGB
CMYK
RGB Variations
Color information
#ADC571 (or 0xADC571) is known color: Caper. HEX triplet: AD, C5 and 71. RGB value is (173,197,113). Sum of RGB (Red+Green+Blue) = 173+197+113=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC571 is #523A8E. Grayscale: #B4B4B4. Windows color (decimal): -5388943 or 7456173. OLE color: 7456173.
HSL color Cylindrical-coordinate representation of color #ADC571: hue angle of 77.14º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADC571 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 113 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.23 |
| HSL | 77.14º | 0.42% | 0.61% | - |
| HSV(B) | 77.14º | 0.43% | 0.77% | - |
| XYZ | 40.18 | 50.01 | 23.16 | - |
| YUV | 180.25 | 90.05 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 113 | 0.12 | 0 | 0.43 | 0.23 | 77.14 | 0.42 | 0.61 |
| Hex | AD | C5 | 71 | C | 0 | 2B | 17 | 4D | 2A | 3D |
| Octal | 255 | 305 | 161 | 14 | 0 | 53 | 27 | 115 | 52 | 75 |
| Binary | 10101101 | 11000101 | 1110001 | 1100 | 0 | 101011 | 10111 | 1001101 | 101010 | 111101 |
Color Harmonies of #ADC571
Complementary color
Monochromatic Colors of #ADC571
Black with #ADC571
Text Example
Text Example
White with #ADC571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC571; }
p { color: rgb(173,197,113); }
H1.HeaderClassName
{
color: #ADC571;
}
.AnyTagClassName
{
color: #ADC571;
}
</style>
background-color css
<style>
a { background-color: #ADC571; }
a { background-color: rgb(173,197,113); }
div.DivClassName
{
background-color: #ADC571;
}
.BgClassName
{
background-color: #ADC571;
}
</style>
border-color css
<style>
span { border-color: #ADC571; }
span { border-color: rgb(173,197,113); }
td.TdClassName
{
border-color: #ADC571;
}
.TagClassName
{
border-color: #ADC571;
}
</style>