Shades of Caper #ADCD74
Tints of Caper #ADCD74
RGB
CMYK
RGB Variations
Color information
#ADCD74 (or 0xADCD74) is known color: Caper. HEX triplet: AD, CD and 74. RGB value is (173,205,116). Sum of RGB (Red+Green+Blue) = 173+205+116=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD74 is #52328B. Grayscale: #B9B9B9. Windows color (decimal): -5386892 or 7654829. OLE color: 7654829.
HSL color Cylindrical-coordinate representation of color #ADCD74: hue angle of 81.57º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADCD74 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 116 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.20 |
| HSL | 81.57º | 0.47% | 0.63% | - |
| HSV(B) | 81.57º | 0.43% | 0.8% | - |
| XYZ | 42.22 | 53.81 | 24.68 | - |
| YUV | 185.29 | 88.9 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 116 | 0.16 | 0 | 0.43 | 0.20 | 81.57 | 0.47 | 0.63 |
| Hex | AD | CD | 74 | 10 | 0 | 2B | 14 | 52 | 2F | 3F |
| Octal | 255 | 315 | 164 | 20 | 0 | 53 | 24 | 122 | 57 | 77 |
| Binary | 10101101 | 11001101 | 1110100 | 10000 | 0 | 101011 | 10100 | 1010010 | 101111 | 111111 |
Color Harmonies of #ADCD74
Complementary color
Monochromatic Colors of #ADCD74
Black with #ADCD74
Text Example
Text Example
White with #ADCD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD74; }
p { color: rgb(173,205,116); }
H1.HeaderClassName
{
color: #ADCD74;
}
.AnyTagClassName
{
color: #ADCD74;
}
</style>
background-color css
<style>
a { background-color: #ADCD74; }
a { background-color: rgb(173,205,116); }
div.DivClassName
{
background-color: #ADCD74;
}
.BgClassName
{
background-color: #ADCD74;
}
</style>
border-color css
<style>
span { border-color: #ADCD74; }
span { border-color: rgb(173,205,116); }
td.TdClassName
{
border-color: #ADCD74;
}
.TagClassName
{
border-color: #ADCD74;
}
</style>