Shades of Caper #AFC86D
Tints of Caper #AFC86D
RGB
CMYK
RGB Variations
Color information
#AFC86D (or 0xAFC86D) is known color: Caper. HEX triplet: AF, C8 and 6D. RGB value is (175,200,109). Sum of RGB (Red+Green+Blue) = 175+200+109=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC86D is #503792. Grayscale: #B6B6B6. Windows color (decimal): -5257107 or 7194799. OLE color: 7194799.
HSL color Cylindrical-coordinate representation of color #AFC86D: hue angle of 76.48º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFC86D is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 109 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.22 |
| HSL | 76.48º | 0.45% | 0.61% | - |
| HSV(B) | 76.48º | 0.46% | 0.78% | - |
| XYZ | 41.09 | 51.53 | 22.25 | - |
| YUV | 182.15 | 86.72 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 109 | 0.12 | 0 | 0.46 | 0.22 | 76.48 | 0.45 | 0.61 |
| Hex | AF | C8 | 6D | C | 0 | 2E | 16 | 4C | 2D | 3D |
| Octal | 257 | 310 | 155 | 14 | 0 | 56 | 26 | 114 | 55 | 75 |
| Binary | 10101111 | 11001000 | 1101101 | 1100 | 0 | 101110 | 10110 | 1001100 | 101101 | 111101 |
Color Harmonies of #AFC86D
Complementary color
Monochromatic Colors of #AFC86D
Black with #AFC86D
Text Example
Text Example
White with #AFC86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC86D; }
p { color: rgb(175,200,109); }
H1.HeaderClassName
{
color: #AFC86D;
}
.AnyTagClassName
{
color: #AFC86D;
}
</style>
background-color css
<style>
a { background-color: #AFC86D; }
a { background-color: rgb(175,200,109); }
div.DivClassName
{
background-color: #AFC86D;
}
.BgClassName
{
background-color: #AFC86D;
}
</style>
border-color css
<style>
span { border-color: #AFC86D; }
span { border-color: rgb(175,200,109); }
td.TdClassName
{
border-color: #AFC86D;
}
.TagClassName
{
border-color: #AFC86D;
}
</style>