Shades of Caper #ADC475
Tints of Caper #ADC475
RGB
CMYK
RGB Variations
Color information
#ADC475 (or 0xADC475) is known color: Caper. HEX triplet: AD, C4 and 75. RGB value is (173,196,117). Sum of RGB (Red+Green+Blue) = 173+196+117=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC475 is #523B8A. Grayscale: #B4B4B4. Windows color (decimal): -5389195 or 7718061. OLE color: 7718061.
HSL color Cylindrical-coordinate representation of color #ADC475: hue angle of 77.47º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADC475 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 117 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.23 |
| HSL | 77.47º | 0.4% | 0.61% | - |
| HSV(B) | 77.47º | 0.4% | 0.77% | - |
| XYZ | 40.18 | 49.65 | 24.29 | - |
| YUV | 180.12 | 92.38 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 117 | 0.12 | 0 | 0.40 | 0.23 | 77.47 | 0.4 | 0.61 |
| Hex | AD | C4 | 75 | C | 0 | 28 | 17 | 4D | 28 | 3D |
| Octal | 255 | 304 | 165 | 14 | 0 | 50 | 27 | 115 | 50 | 75 |
| Binary | 10101101 | 11000100 | 1110101 | 1100 | 0 | 101000 | 10111 | 1001101 | 101000 | 111101 |
Color Harmonies of #ADC475
Complementary color
Monochromatic Colors of #ADC475
Black with #ADC475
Text Example
Text Example
White with #ADC475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC475; }
p { color: rgb(173,196,117); }
H1.HeaderClassName
{
color: #ADC475;
}
.AnyTagClassName
{
color: #ADC475;
}
</style>
background-color css
<style>
a { background-color: #ADC475; }
a { background-color: rgb(173,196,117); }
div.DivClassName
{
background-color: #ADC475;
}
.BgClassName
{
background-color: #ADC475;
}
</style>
border-color css
<style>
span { border-color: #ADC475; }
span { border-color: rgb(173,196,117); }
td.TdClassName
{
border-color: #ADC475;
}
.TagClassName
{
border-color: #ADC475;
}
</style>