Shades of Caper #AFC66E
Tints of Caper #AFC66E
RGB
CMYK
RGB Variations
Color information
#AFC66E (or 0xAFC66E) is known color: Caper. HEX triplet: AF, C6 and 6E. RGB value is (175,198,110). Sum of RGB (Red+Green+Blue) = 175+198+110=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC66E is #503991. Grayscale: #B5B5B5. Windows color (decimal): -5257618 or 7259823. OLE color: 7259823.
HSL color Cylindrical-coordinate representation of color #AFC66E: hue angle of 75.68º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFC66E is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 110 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.22 |
| HSL | 75.68º | 0.44% | 0.6% | - |
| HSV(B) | 75.68º | 0.44% | 0.78% | - |
| XYZ | 40.69 | 50.63 | 22.38 | - |
| YUV | 181.09 | 87.88 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 110 | 0.12 | 0 | 0.44 | 0.22 | 75.68 | 0.44 | 0.6 |
| Hex | AF | C6 | 6E | C | 0 | 2C | 16 | 4C | 2C | 3C |
| Octal | 257 | 306 | 156 | 14 | 0 | 54 | 26 | 114 | 54 | 74 |
| Binary | 10101111 | 11000110 | 1101110 | 1100 | 0 | 101100 | 10110 | 1001100 | 101100 | 111100 |
Color Harmonies of #AFC66E
Complementary color
Monochromatic Colors of #AFC66E
Black with #AFC66E
Text Example
Text Example
White with #AFC66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC66E; }
p { color: rgb(175,198,110); }
H1.HeaderClassName
{
color: #AFC66E;
}
.AnyTagClassName
{
color: #AFC66E;
}
</style>
background-color css
<style>
a { background-color: #AFC66E; }
a { background-color: rgb(175,198,110); }
div.DivClassName
{
background-color: #AFC66E;
}
.BgClassName
{
background-color: #AFC66E;
}
</style>
border-color css
<style>
span { border-color: #AFC66E; }
span { border-color: rgb(175,198,110); }
td.TdClassName
{
border-color: #AFC66E;
}
.TagClassName
{
border-color: #AFC66E;
}
</style>