Shades of Caper #ADC57F
Tints of Caper #ADC57F
RGB
CMYK
RGB Variations
Color information
#ADC57F (or 0xADC57F) is known color: Caper. HEX triplet: AD, C5 and 7F. RGB value is (173,197,127). Sum of RGB (Red+Green+Blue) = 173+197+127=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC57F is #523A80. Grayscale: #B6B6B6. Windows color (decimal): -5388929 or 8373677. OLE color: 8373677.
HSL color Cylindrical-coordinate representation of color #ADC57F: hue angle of 80.57º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADC57F is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 127 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.23 |
| HSL | 80.57º | 0.38% | 0.64% | - |
| HSV(B) | 80.57º | 0.36% | 0.77% | - |
| XYZ | 41.03 | 50.35 | 27.63 | - |
| YUV | 181.84 | 97.05 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 127 | 0.12 | 0 | 0.36 | 0.23 | 80.57 | 0.38 | 0.64 |
| Hex | AD | C5 | 7F | C | 0 | 24 | 17 | 51 | 26 | 40 |
| Octal | 255 | 305 | 177 | 14 | 0 | 44 | 27 | 121 | 46 | 100 |
| Binary | 10101101 | 11000101 | 1111111 | 1100 | 0 | 100100 | 10111 | 1010001 | 100110 | 1000000 |
Color Harmonies of #ADC57F
Complementary color
Monochromatic Colors of #ADC57F
Black with #ADC57F
Text Example
Text Example
White with #ADC57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC57F; }
p { color: rgb(173,197,127); }
H1.HeaderClassName
{
color: #ADC57F;
}
.AnyTagClassName
{
color: #ADC57F;
}
</style>
background-color css
<style>
a { background-color: #ADC57F; }
a { background-color: rgb(173,197,127); }
div.DivClassName
{
background-color: #ADC57F;
}
.BgClassName
{
background-color: #ADC57F;
}
</style>
border-color css
<style>
span { border-color: #ADC57F; }
span { border-color: rgb(173,197,127); }
td.TdClassName
{
border-color: #ADC57F;
}
.TagClassName
{
border-color: #ADC57F;
}
</style>