Shades of Caper #ADC87D
Tints of Caper #ADC87D
RGB
CMYK
RGB Variations
Color information
#ADC87D (or 0xADC87D) is known color: Caper. HEX triplet: AD, C8 and 7D. RGB value is (173,200,125). Sum of RGB (Red+Green+Blue) = 173+200+125=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC87D is #523782. Grayscale: #B7B7B7. Windows color (decimal): -5388163 or 8243373. OLE color: 8243373.
HSL color Cylindrical-coordinate representation of color #ADC87D: hue angle of 81.6º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADC87D is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 125 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.22 |
| HSL | 81.6º | 0.41% | 0.64% | - |
| HSV(B) | 81.6º | 0.38% | 0.78% | - |
| XYZ | 41.59 | 51.67 | 27.18 | - |
| YUV | 183.38 | 95.05 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 125 | 0.14 | 0 | 0.38 | 0.22 | 81.6 | 0.41 | 0.64 |
| Hex | AD | C8 | 7D | E | 0 | 26 | 16 | 52 | 29 | 40 |
| Octal | 255 | 310 | 175 | 16 | 0 | 46 | 26 | 122 | 51 | 100 |
| Binary | 10101101 | 11001000 | 1111101 | 1110 | 0 | 100110 | 10110 | 1010010 | 101001 | 1000000 |
Color Harmonies of #ADC87D
Complementary color
Monochromatic Colors of #ADC87D
Black with #ADC87D
Text Example
Text Example
White with #ADC87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC87D; }
p { color: rgb(173,200,125); }
H1.HeaderClassName
{
color: #ADC87D;
}
.AnyTagClassName
{
color: #ADC87D;
}
</style>
background-color css
<style>
a { background-color: #ADC87D; }
a { background-color: rgb(173,200,125); }
div.DivClassName
{
background-color: #ADC87D;
}
.BgClassName
{
background-color: #ADC87D;
}
</style>
border-color css
<style>
span { border-color: #ADC87D; }
span { border-color: rgb(173,200,125); }
td.TdClassName
{
border-color: #ADC87D;
}
.TagClassName
{
border-color: #ADC87D;
}
</style>