Shades of Caper #AFC579
Tints of Caper #AFC579
RGB
CMYK
RGB Variations
Color information
#AFC579 (or 0xAFC579) is known color: Caper. HEX triplet: AF, C5 and 79. RGB value is (175,197,121). Sum of RGB (Red+Green+Blue) = 175+197+121=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC579 is #503A86. Grayscale: #B6B6B6. Windows color (decimal): -5257863 or 7980463. OLE color: 7980463.
HSL color Cylindrical-coordinate representation of color #AFC579: hue angle of 77.37º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFC579 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 121 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.23 |
| HSL | 77.37º | 0.4% | 0.62% | - |
| HSV(B) | 77.37º | 0.39% | 0.77% | - |
| XYZ | 41.1 | 50.43 | 25.66 | - |
| YUV | 181.76 | 93.71 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 121 | 0.11 | 0 | 0.39 | 0.23 | 77.37 | 0.4 | 0.62 |
| Hex | AF | C5 | 79 | B | 0 | 27 | 17 | 4D | 28 | 3E |
| Octal | 257 | 305 | 171 | 13 | 0 | 47 | 27 | 115 | 50 | 76 |
| Binary | 10101111 | 11000101 | 1111001 | 1011 | 0 | 100111 | 10111 | 1001101 | 101000 | 111110 |
Color Harmonies of #AFC579
Complementary color
Monochromatic Colors of #AFC579
Black with #AFC579
Text Example
Text Example
White with #AFC579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC579; }
p { color: rgb(175,197,121); }
H1.HeaderClassName
{
color: #AFC579;
}
.AnyTagClassName
{
color: #AFC579;
}
</style>
background-color css
<style>
a { background-color: #AFC579; }
a { background-color: rgb(175,197,121); }
div.DivClassName
{
background-color: #AFC579;
}
.BgClassName
{
background-color: #AFC579;
}
</style>
border-color css
<style>
span { border-color: #AFC579; }
span { border-color: rgb(175,197,121); }
td.TdClassName
{
border-color: #AFC579;
}
.TagClassName
{
border-color: #AFC579;
}
</style>