Shades of Caper #AFC470
Tints of Caper #AFC470
RGB
CMYK
RGB Variations
Color information
#AFC470 (or 0xAFC470) is known color: Caper. HEX triplet: AF, C4 and 70. RGB value is (175,196,112). Sum of RGB (Red+Green+Blue) = 175+196+112=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC470 is #503B8F. Grayscale: #B4B4B4. Windows color (decimal): -5258128 or 7390383. OLE color: 7390383.
HSL color Cylindrical-coordinate representation of color #AFC470: hue angle of 75º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFC470 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 112 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.23 |
| HSL | 75º | 0.42% | 0.6% | - |
| HSV(B) | 75º | 0.43% | 0.77% | - |
| XYZ | 40.34 | 49.76 | 22.81 | - |
| YUV | 180.15 | 89.54 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 112 | 0.11 | 0 | 0.43 | 0.23 | 75 | 0.42 | 0.6 |
| Hex | AF | C4 | 70 | B | 0 | 2B | 17 | 4B | 2A | 3C |
| Octal | 257 | 304 | 160 | 13 | 0 | 53 | 27 | 113 | 52 | 74 |
| Binary | 10101111 | 11000100 | 1110000 | 1011 | 0 | 101011 | 10111 | 1001011 | 101010 | 111100 |
Color Harmonies of #AFC470
Complementary color
Monochromatic Colors of #AFC470
Black with #AFC470
Text Example
Text Example
White with #AFC470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC470; }
p { color: rgb(175,196,112); }
H1.HeaderClassName
{
color: #AFC470;
}
.AnyTagClassName
{
color: #AFC470;
}
</style>
background-color css
<style>
a { background-color: #AFC470; }
a { background-color: rgb(175,196,112); }
div.DivClassName
{
background-color: #AFC470;
}
.BgClassName
{
background-color: #AFC470;
}
</style>
border-color css
<style>
span { border-color: #AFC470; }
span { border-color: rgb(175,196,112); }
td.TdClassName
{
border-color: #AFC470;
}
.TagClassName
{
border-color: #AFC470;
}
</style>