Shades of Caper #AFC17D
Tints of Caper #AFC17D
RGB
CMYK
RGB Variations
Color information
#AFC17D (or 0xAFC17D) is known color: Caper. HEX triplet: AF, C1 and 7D. RGB value is (175,193,125). Sum of RGB (Red+Green+Blue) = 175+193+125=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC17D is #503E82. Grayscale: #B4B4B4. Windows color (decimal): -5258883 or 8241583. OLE color: 8241583.
HSL color Cylindrical-coordinate representation of color #AFC17D: hue angle of 75.88º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFC17D is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 125 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.24 |
| HSL | 75.88º | 0.35% | 0.62% | - |
| HSV(B) | 75.88º | 0.35% | 0.76% | - |
| XYZ | 40.45 | 48.73 | 26.68 | - |
| YUV | 179.87 | 97.04 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 125 | 0.09 | 0 | 0.35 | 0.24 | 75.88 | 0.35 | 0.62 |
| Hex | AF | C1 | 7D | 9 | 0 | 23 | 18 | 4C | 23 | 3E |
| Octal | 257 | 301 | 175 | 11 | 0 | 43 | 30 | 114 | 43 | 76 |
| Binary | 10101111 | 11000001 | 1111101 | 1001 | 0 | 100011 | 11000 | 1001100 | 100011 | 111110 |
Color Harmonies of #AFC17D
Complementary color
Monochromatic Colors of #AFC17D
Black with #AFC17D
Text Example
Text Example
White with #AFC17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC17D; }
p { color: rgb(175,193,125); }
H1.HeaderClassName
{
color: #AFC17D;
}
.AnyTagClassName
{
color: #AFC17D;
}
</style>
background-color css
<style>
a { background-color: #AFC17D; }
a { background-color: rgb(175,193,125); }
div.DivClassName
{
background-color: #AFC17D;
}
.BgClassName
{
background-color: #AFC17D;
}
</style>
border-color css
<style>
span { border-color: #AFC17D; }
span { border-color: rgb(175,193,125); }
td.TdClassName
{
border-color: #AFC17D;
}
.TagClassName
{
border-color: #AFC17D;
}
</style>