Shades of Caper #ADCD78
Tints of Caper #ADCD78
RGB
CMYK
RGB Variations
Color information
#ADCD78 (or 0xADCD78) is known color: Caper. HEX triplet: AD, CD and 78. RGB value is (173,205,120). Sum of RGB (Red+Green+Blue) = 173+205+120=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD78 is #523287. Grayscale: #BABABA. Windows color (decimal): -5386888 or 7916973. OLE color: 7916973.
HSL color Cylindrical-coordinate representation of color #ADCD78: hue angle of 82.59º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADCD78 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 120 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.20 |
| HSL | 82.59º | 0.46% | 0.64% | - |
| HSV(B) | 82.59º | 0.41% | 0.8% | - |
| XYZ | 42.46 | 53.9 | 25.94 | - |
| YUV | 185.74 | 90.9 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 120 | 0.16 | 0 | 0.41 | 0.20 | 82.59 | 0.46 | 0.64 |
| Hex | AD | CD | 78 | 10 | 0 | 29 | 14 | 53 | 2E | 40 |
| Octal | 255 | 315 | 170 | 20 | 0 | 51 | 24 | 123 | 56 | 100 |
| Binary | 10101101 | 11001101 | 1111000 | 10000 | 0 | 101001 | 10100 | 1010011 | 101110 | 1000000 |
Color Harmonies of #ADCD78
Complementary color
Monochromatic Colors of #ADCD78
Black with #ADCD78
Text Example
Text Example
White with #ADCD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD78; }
p { color: rgb(173,205,120); }
H1.HeaderClassName
{
color: #ADCD78;
}
.AnyTagClassName
{
color: #ADCD78;
}
</style>
background-color css
<style>
a { background-color: #ADCD78; }
a { background-color: rgb(173,205,120); }
div.DivClassName
{
background-color: #ADCD78;
}
.BgClassName
{
background-color: #ADCD78;
}
</style>
border-color css
<style>
span { border-color: #ADCD78; }
span { border-color: rgb(173,205,120); }
td.TdClassName
{
border-color: #ADCD78;
}
.TagClassName
{
border-color: #ADCD78;
}
</style>