Shades of Caper #ABCD70
Tints of Caper #ABCD70
RGB
CMYK
RGB Variations
Color information
#ABCD70 (or 0xABCD70) is known color: Caper. HEX triplet: AB, CD and 70. RGB value is (171,205,112). Sum of RGB (Red+Green+Blue) = 171+205+112=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCD70 is #54328F. Grayscale: #B8B8B8. Windows color (decimal): -5517968 or 7392683. OLE color: 7392683.
HSL color Cylindrical-coordinate representation of color #ABCD70: hue angle of 81.94º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABCD70 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 112 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.20 |
| HSL | 81.94º | 0.48% | 0.62% | - |
| HSV(B) | 81.94º | 0.45% | 0.8% | - |
| XYZ | 41.55 | 53.49 | 23.46 | - |
| YUV | 184.23 | 87.24 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 112 | 0.17 | 0 | 0.45 | 0.20 | 81.94 | 0.48 | 0.62 |
| Hex | AB | CD | 70 | 11 | 0 | 2D | 14 | 52 | 30 | 3E |
| Octal | 253 | 315 | 160 | 21 | 0 | 55 | 24 | 122 | 60 | 76 |
| Binary | 10101011 | 11001101 | 1110000 | 10001 | 0 | 101101 | 10100 | 1010010 | 110000 | 111110 |
Color Harmonies of #ABCD70
Complementary color
Monochromatic Colors of #ABCD70
Black with #ABCD70
Text Example
Text Example
White with #ABCD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD70; }
p { color: rgb(171,205,112); }
H1.HeaderClassName
{
color: #ABCD70;
}
.AnyTagClassName
{
color: #ABCD70;
}
</style>
background-color css
<style>
a { background-color: #ABCD70; }
a { background-color: rgb(171,205,112); }
div.DivClassName
{
background-color: #ABCD70;
}
.BgClassName
{
background-color: #ABCD70;
}
</style>
border-color css
<style>
span { border-color: #ABCD70; }
span { border-color: rgb(171,205,112); }
td.TdClassName
{
border-color: #ABCD70;
}
.TagClassName
{
border-color: #ABCD70;
}
</style>