Shades of Caper #AFC88D
Tints of Caper #AFC88D
RGB
CMYK
RGB Variations
Color information
#AFC88D (or 0xAFC88D) is known color: Caper. HEX triplet: AF, C8 and 8D. RGB value is (175,200,141). Sum of RGB (Red+Green+Blue) = 175+200+141=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC88D is #503772. Grayscale: #BABABA. Windows color (decimal): -5257075 or 9291951. OLE color: 9291951.
HSL color Cylindrical-coordinate representation of color #AFC88D: hue angle of 85.42º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC88D is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 141 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.22 |
| HSL | 85.42º | 0.35% | 0.67% | - |
| HSV(B) | 85.42º | 0.3% | 0.78% | - |
| XYZ | 43.14 | 52.35 | 33.03 | - |
| YUV | 185.8 | 102.72 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 141 | 0.12 | 0 | 0.29 | 0.22 | 85.42 | 0.35 | 0.67 |
| Hex | AF | C8 | 8D | C | 0 | 1D | 16 | 55 | 23 | 43 |
| Octal | 257 | 310 | 215 | 14 | 0 | 35 | 26 | 125 | 43 | 103 |
| Binary | 10101111 | 11001000 | 10001101 | 1100 | 0 | 11101 | 10110 | 1010101 | 100011 | 1000011 |
Color Harmonies of #AFC88D
Complementary color
Monochromatic Colors of #AFC88D
Black with #AFC88D
Text Example
Text Example
White with #AFC88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC88D; }
p { color: rgb(175,200,141); }
H1.HeaderClassName
{
color: #AFC88D;
}
.AnyTagClassName
{
color: #AFC88D;
}
</style>
background-color css
<style>
a { background-color: #AFC88D; }
a { background-color: rgb(175,200,141); }
div.DivClassName
{
background-color: #AFC88D;
}
.BgClassName
{
background-color: #AFC88D;
}
</style>
border-color css
<style>
span { border-color: #AFC88D; }
span { border-color: rgb(175,200,141); }
td.TdClassName
{
border-color: #AFC88D;
}
.TagClassName
{
border-color: #AFC88D;
}
</style>