Shades of Caper #ADCF71
Tints of Caper #ADCF71
RGB
CMYK
RGB Variations
Color information
#ADCF71 (or 0xADCF71) is known color: Caper. HEX triplet: AD, CF and 71. RGB value is (173,207,113). Sum of RGB (Red+Green+Blue) = 173+207+113=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCF71 is #52308E. Grayscale: #BABABA. Windows color (decimal): -5386383 or 7458733. OLE color: 7458733.
HSL color Cylindrical-coordinate representation of color #ADCF71: hue angle of 81.7º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADCF71 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 113 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.19 |
| HSL | 81.7º | 0.49% | 0.63% | - |
| HSV(B) | 81.7º | 0.45% | 0.81% | - |
| XYZ | 42.53 | 54.7 | 23.94 | - |
| YUV | 186.12 | 86.74 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 113 | 0.16 | 0 | 0.45 | 0.19 | 81.7 | 0.49 | 0.63 |
| Hex | AD | CF | 71 | 10 | 0 | 2D | 13 | 52 | 31 | 3F |
| Octal | 255 | 317 | 161 | 20 | 0 | 55 | 23 | 122 | 61 | 77 |
| Binary | 10101101 | 11001111 | 1110001 | 10000 | 0 | 101101 | 10011 | 1010010 | 110001 | 111111 |
Color Harmonies of #ADCF71
Complementary color
Monochromatic Colors of #ADCF71
Black with #ADCF71
Text Example
Text Example
White with #ADCF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF71; }
p { color: rgb(173,207,113); }
H1.HeaderClassName
{
color: #ADCF71;
}
.AnyTagClassName
{
color: #ADCF71;
}
</style>
background-color css
<style>
a { background-color: #ADCF71; }
a { background-color: rgb(173,207,113); }
div.DivClassName
{
background-color: #ADCF71;
}
.BgClassName
{
background-color: #ADCF71;
}
</style>
border-color css
<style>
span { border-color: #ADCF71; }
span { border-color: rgb(173,207,113); }
td.TdClassName
{
border-color: #ADCF71;
}
.TagClassName
{
border-color: #ADCF71;
}
</style>