Shades of Caper #AFC97F
Tints of Caper #AFC97F
RGB
CMYK
RGB Variations
Color information
#AFC97F (or 0xAFC97F) is known color: Caper. HEX triplet: AF, C9 and 7F. RGB value is (175,201,127). Sum of RGB (Red+Green+Blue) = 175+201+127=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC97F is #503680. Grayscale: #B9B9B9. Windows color (decimal): -5256833 or 8374703. OLE color: 8374703.
HSL color Cylindrical-coordinate representation of color #AFC97F: hue angle of 81.08º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFC97F is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 127 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.21 |
| HSL | 81.08º | 0.41% | 0.64% | - |
| HSV(B) | 81.08º | 0.37% | 0.79% | - |
| XYZ | 42.4 | 52.42 | 27.96 | - |
| YUV | 184.79 | 95.39 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 127 | 0.13 | 0 | 0.37 | 0.21 | 81.08 | 0.41 | 0.64 |
| Hex | AF | C9 | 7F | D | 0 | 25 | 15 | 51 | 29 | 40 |
| Octal | 257 | 311 | 177 | 15 | 0 | 45 | 25 | 121 | 51 | 100 |
| Binary | 10101111 | 11001001 | 1111111 | 1101 | 0 | 100101 | 10101 | 1010001 | 101001 | 1000000 |
Color Harmonies of #AFC97F
Complementary color
Monochromatic Colors of #AFC97F
Black with #AFC97F
Text Example
Text Example
White with #AFC97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC97F; }
p { color: rgb(175,201,127); }
H1.HeaderClassName
{
color: #AFC97F;
}
.AnyTagClassName
{
color: #AFC97F;
}
</style>
background-color css
<style>
a { background-color: #AFC97F; }
a { background-color: rgb(175,201,127); }
div.DivClassName
{
background-color: #AFC97F;
}
.BgClassName
{
background-color: #AFC97F;
}
</style>
border-color css
<style>
span { border-color: #AFC97F; }
span { border-color: rgb(175,201,127); }
td.TdClassName
{
border-color: #AFC97F;
}
.TagClassName
{
border-color: #AFC97F;
}
</style>