Shades of Caper #ADCC71
Tints of Caper #ADCC71
RGB
CMYK
RGB Variations
Color information
#ADCC71 (or 0xADCC71) is known color: Caper. HEX triplet: AD, CC and 71. RGB value is (173,204,113). Sum of RGB (Red+Green+Blue) = 173+204+113=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC71 is #52338E. Grayscale: #B8B8B8. Windows color (decimal): -5387151 or 7457965. OLE color: 7457965.
HSL color Cylindrical-coordinate representation of color #ADCC71: hue angle of 80.44º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADCC71 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 113 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.2 |
| HSL | 80.44º | 0.47% | 0.62% | - |
| HSV(B) | 80.44º | 0.45% | 0.8% | - |
| XYZ | 41.81 | 53.26 | 23.7 | - |
| YUV | 184.36 | 87.73 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 113 | 0.15 | 0 | 0.45 | 0.2 | 80.44 | 0.47 | 0.62 |
| Hex | AD | CC | 71 | F | 0 | 2D | 14 | 50 | 2F | 3E |
| Octal | 255 | 314 | 161 | 17 | 0 | 55 | 24 | 120 | 57 | 76 |
| Binary | 10101101 | 11001100 | 1110001 | 1111 | 0 | 101101 | 10100 | 1010000 | 101111 | 111110 |
Color Harmonies of #ADCC71
Complementary color
Monochromatic Colors of #ADCC71
Black with #ADCC71
Text Example
Text Example
White with #ADCC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC71; }
p { color: rgb(173,204,113); }
H1.HeaderClassName
{
color: #ADCC71;
}
.AnyTagClassName
{
color: #ADCC71;
}
</style>
background-color css
<style>
a { background-color: #ADCC71; }
a { background-color: rgb(173,204,113); }
div.DivClassName
{
background-color: #ADCC71;
}
.BgClassName
{
background-color: #ADCC71;
}
</style>
border-color css
<style>
span { border-color: #ADCC71; }
span { border-color: rgb(173,204,113); }
td.TdClassName
{
border-color: #ADCC71;
}
.TagClassName
{
border-color: #ADCC71;
}
</style>