Shades of Caper #AFC571
Tints of Caper #AFC571
RGB
CMYK
RGB Variations
Color information
#AFC571 (or 0xAFC571) is known color: Caper. HEX triplet: AF, C5 and 71. RGB value is (175,197,113). Sum of RGB (Red+Green+Blue) = 175+197+113=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC571 is #503A8E. Grayscale: #B5B5B5. Windows color (decimal): -5257871 or 7456175. OLE color: 7456175.
HSL color Cylindrical-coordinate representation of color #AFC571: hue angle of 75.71º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFC571 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 113 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.23 |
| HSL | 75.71º | 0.42% | 0.61% | - |
| HSV(B) | 75.71º | 0.43% | 0.77% | - |
| XYZ | 40.63 | 50.24 | 23.18 | - |
| YUV | 180.85 | 89.71 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 113 | 0.11 | 0 | 0.43 | 0.23 | 75.71 | 0.42 | 0.61 |
| Hex | AF | C5 | 71 | B | 0 | 2B | 17 | 4C | 2A | 3D |
| Octal | 257 | 305 | 161 | 13 | 0 | 53 | 27 | 114 | 52 | 75 |
| Binary | 10101111 | 11000101 | 1110001 | 1011 | 0 | 101011 | 10111 | 1001100 | 101010 | 111101 |
Color Harmonies of #AFC571
Complementary color
Monochromatic Colors of #AFC571
Black with #AFC571
Text Example
Text Example
White with #AFC571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC571; }
p { color: rgb(175,197,113); }
H1.HeaderClassName
{
color: #AFC571;
}
.AnyTagClassName
{
color: #AFC571;
}
</style>
background-color css
<style>
a { background-color: #AFC571; }
a { background-color: rgb(175,197,113); }
div.DivClassName
{
background-color: #AFC571;
}
.BgClassName
{
background-color: #AFC571;
}
</style>
border-color css
<style>
span { border-color: #AFC571; }
span { border-color: rgb(175,197,113); }
td.TdClassName
{
border-color: #AFC571;
}
.TagClassName
{
border-color: #AFC571;
}
</style>