Shades of Caper #AFD07C
Tints of Caper #AFD07C
RGB
CMYK
RGB Variations
Color information
#AFD07C (or 0xAFD07C) is known color: Caper. HEX triplet: AF, D0 and 7C. RGB value is (175,208,124). Sum of RGB (Red+Green+Blue) = 175+208+124=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD07C is #502F83. Grayscale: #BCBCBC. Windows color (decimal): -5255044 or 8179887. OLE color: 8179887.
HSL color Cylindrical-coordinate representation of color #AFD07C: hue angle of 83.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFD07C is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 208 | 124 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.18 |
| HSL | 83.57º | 0.47% | 0.65% | - |
| HSV(B) | 83.57º | 0.4% | 0.82% | - |
| XYZ | 43.87 | 55.68 | 27.5 | - |
| YUV | 188.56 | 91.57 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 208 | 124 | 0.16 | 0 | 0.40 | 0.18 | 83.57 | 0.47 | 0.65 |
| Hex | AF | D0 | 7C | 10 | 0 | 28 | 12 | 54 | 2F | 41 |
| Octal | 257 | 320 | 174 | 20 | 0 | 50 | 22 | 124 | 57 | 101 |
| Binary | 10101111 | 11010000 | 1111100 | 10000 | 0 | 101000 | 10010 | 1010100 | 101111 | 1000001 |
Color Harmonies of #AFD07C
Complementary color
Monochromatic Colors of #AFD07C
Black with #AFD07C
Text Example
Text Example
White with #AFD07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD07C; }
p { color: rgb(175,208,124); }
H1.HeaderClassName
{
color: #AFD07C;
}
.AnyTagClassName
{
color: #AFD07C;
}
</style>
background-color css
<style>
a { background-color: #AFD07C; }
a { background-color: rgb(175,208,124); }
div.DivClassName
{
background-color: #AFD07C;
}
.BgClassName
{
background-color: #AFD07C;
}
</style>
border-color css
<style>
span { border-color: #AFD07C; }
span { border-color: rgb(175,208,124); }
td.TdClassName
{
border-color: #AFD07C;
}
.TagClassName
{
border-color: #AFD07C;
}
</style>