Shades of Caper #ABCE7D
Tints of Caper #ABCE7D
RGB
CMYK
RGB Variations
Color information
#ABCE7D (or 0xABCE7D) is known color: Caper. HEX triplet: AB, CE and 7D. RGB value is (171,206,125). Sum of RGB (Red+Green+Blue) = 171+206+125=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCE7D is #543182. Grayscale: #BABABA. Windows color (decimal): -5517699 or 8244907. OLE color: 8244907.
HSL color Cylindrical-coordinate representation of color #ABCE7D: hue angle of 85.93º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABCE7D is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 125 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.19 |
| HSL | 85.93º | 0.45% | 0.65% | - |
| HSV(B) | 85.93º | 0.39% | 0.81% | - |
| XYZ | 42.57 | 54.28 | 27.64 | - |
| YUV | 186.3 | 93.4 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 125 | 0.17 | 0 | 0.39 | 0.19 | 85.93 | 0.45 | 0.65 |
| Hex | AB | CE | 7D | 11 | 0 | 27 | 13 | 56 | 2D | 41 |
| Octal | 253 | 316 | 175 | 21 | 0 | 47 | 23 | 126 | 55 | 101 |
| Binary | 10101011 | 11001110 | 1111101 | 10001 | 0 | 100111 | 10011 | 1010110 | 101101 | 1000001 |
Color Harmonies of #ABCE7D
Complementary color
Monochromatic Colors of #ABCE7D
Black with #ABCE7D
Text Example
Text Example
White with #ABCE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE7D; }
p { color: rgb(171,206,125); }
H1.HeaderClassName
{
color: #ABCE7D;
}
.AnyTagClassName
{
color: #ABCE7D;
}
</style>
background-color css
<style>
a { background-color: #ABCE7D; }
a { background-color: rgb(171,206,125); }
div.DivClassName
{
background-color: #ABCE7D;
}
.BgClassName
{
background-color: #ABCE7D;
}
</style>
border-color css
<style>
span { border-color: #ABCE7D; }
span { border-color: rgb(171,206,125); }
td.TdClassName
{
border-color: #ABCE7D;
}
.TagClassName
{
border-color: #ABCE7D;
}
</style>