Shades of Caper #AFCC70
Tints of Caper #AFCC70
RGB
CMYK
RGB Variations
Color information
#AFCC70 (or 0xAFCC70) is known color: Caper. HEX triplet: AF, CC and 70. RGB value is (175,204,112). Sum of RGB (Red+Green+Blue) = 175+204+112=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC70 is #50338F. Grayscale: #B9B9B9. Windows color (decimal): -5256080 or 7392431. OLE color: 7392431.
HSL color Cylindrical-coordinate representation of color #AFCC70: hue angle of 78.91º degrees, saturation: 0.47, 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 #AFCC70 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 112 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.2 |
| HSL | 78.91º | 0.47% | 0.62% | - |
| HSV(B) | 78.91º | 0.45% | 0.8% | - |
| XYZ | 42.2 | 53.47 | 23.43 | - |
| YUV | 184.84 | 86.89 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 112 | 0.14 | 0 | 0.45 | 0.2 | 78.91 | 0.47 | 0.62 |
| Hex | AF | CC | 70 | E | 0 | 2D | 14 | 4F | 2F | 3E |
| Octal | 257 | 314 | 160 | 16 | 0 | 55 | 24 | 117 | 57 | 76 |
| Binary | 10101111 | 11001100 | 1110000 | 1110 | 0 | 101101 | 10100 | 1001111 | 101111 | 111110 |
Color Harmonies of #AFCC70
Complementary color
Monochromatic Colors of #AFCC70
Black with #AFCC70
Text Example
Text Example
White with #AFCC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCC70; }
p { color: rgb(175,204,112); }
H1.HeaderClassName
{
color: #AFCC70;
}
.AnyTagClassName
{
color: #AFCC70;
}
</style>
background-color css
<style>
a { background-color: #AFCC70; }
a { background-color: rgb(175,204,112); }
div.DivClassName
{
background-color: #AFCC70;
}
.BgClassName
{
background-color: #AFCC70;
}
</style>
border-color css
<style>
span { border-color: #AFCC70; }
span { border-color: rgb(175,204,112); }
td.TdClassName
{
border-color: #AFCC70;
}
.TagClassName
{
border-color: #AFCC70;
}
</style>