Shades of Caper #ADC37D
Tints of Caper #ADC37D
RGB
CMYK
RGB Variations
Color information
#ADC37D (or 0xADC37D) is known color: Caper. HEX triplet: AD, C3 and 7D. RGB value is (173,195,125). Sum of RGB (Red+Green+Blue) = 173+195+125=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC37D is #523C82. Grayscale: #B4B4B4. Windows color (decimal): -5389443 or 8242093. OLE color: 8242093.
HSL color Cylindrical-coordinate representation of color #ADC37D: hue angle of 78.86º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADC37D is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 125 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.24 |
| HSL | 78.86º | 0.37% | 0.63% | - |
| HSV(B) | 78.86º | 0.36% | 0.76% | - |
| XYZ | 40.45 | 49.4 | 26.8 | - |
| YUV | 180.44 | 96.71 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 125 | 0.11 | 0 | 0.36 | 0.24 | 78.86 | 0.37 | 0.63 |
| Hex | AD | C3 | 7D | B | 0 | 24 | 18 | 4F | 25 | 3F |
| Octal | 255 | 303 | 175 | 13 | 0 | 44 | 30 | 117 | 45 | 77 |
| Binary | 10101101 | 11000011 | 1111101 | 1011 | 0 | 100100 | 11000 | 1001111 | 100101 | 111111 |
Color Harmonies of #ADC37D
Complementary color
Monochromatic Colors of #ADC37D
Black with #ADC37D
Text Example
Text Example
White with #ADC37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC37D; }
p { color: rgb(173,195,125); }
H1.HeaderClassName
{
color: #ADC37D;
}
.AnyTagClassName
{
color: #ADC37D;
}
</style>
background-color css
<style>
a { background-color: #ADC37D; }
a { background-color: rgb(173,195,125); }
div.DivClassName
{
background-color: #ADC37D;
}
.BgClassName
{
background-color: #ADC37D;
}
</style>
border-color css
<style>
span { border-color: #ADC37D; }
span { border-color: rgb(173,195,125); }
td.TdClassName
{
border-color: #ADC37D;
}
.TagClassName
{
border-color: #ADC37D;
}
</style>