Shades of Caper #AFC07D
Tints of Caper #AFC07D
RGB
CMYK
RGB Variations
Color information
#AFC07D (or 0xAFC07D) is known color: Caper. HEX triplet: AF, C0 and 7D. RGB value is (175,192,125). Sum of RGB (Red+Green+Blue) = 175+192+125=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC07D is #503F82. Grayscale: #B3B3B3. Windows color (decimal): -5259139 or 8241327. OLE color: 8241327.
HSL color Cylindrical-coordinate representation of color #AFC07D: hue angle of 75.22º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFC07D is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 125 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.25 |
| HSL | 75.22º | 0.35% | 0.62% | - |
| HSV(B) | 75.22º | 0.35% | 0.75% | - |
| XYZ | 40.23 | 48.29 | 26.6 | - |
| YUV | 179.28 | 97.37 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 125 | 0.09 | 0 | 0.35 | 0.25 | 75.22 | 0.35 | 0.62 |
| Hex | AF | C0 | 7D | 9 | 0 | 23 | 19 | 4B | 23 | 3E |
| Octal | 257 | 300 | 175 | 11 | 0 | 43 | 31 | 113 | 43 | 76 |
| Binary | 10101111 | 11000000 | 1111101 | 1001 | 0 | 100011 | 11001 | 1001011 | 100011 | 111110 |
Color Harmonies of #AFC07D
Complementary color
Monochromatic Colors of #AFC07D
Black with #AFC07D
Text Example
Text Example
White with #AFC07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC07D; }
p { color: rgb(175,192,125); }
H1.HeaderClassName
{
color: #AFC07D;
}
.AnyTagClassName
{
color: #AFC07D;
}
</style>
background-color css
<style>
a { background-color: #AFC07D; }
a { background-color: rgb(175,192,125); }
div.DivClassName
{
background-color: #AFC07D;
}
.BgClassName
{
background-color: #AFC07D;
}
</style>
border-color css
<style>
span { border-color: #AFC07D; }
span { border-color: rgb(175,192,125); }
td.TdClassName
{
border-color: #AFC07D;
}
.TagClassName
{
border-color: #AFC07D;
}
</style>