Shades of Caper #AFCC6D
Tints of Caper #AFCC6D
RGB
CMYK
RGB Variations
Color information
#AFCC6D (or 0xAFCC6D) is known color: Caper. HEX triplet: AF, CC and 6D. RGB value is (175,204,109). Sum of RGB (Red+Green+Blue) = 175+204+109=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC6D is #503392. Grayscale: #B8B8B8. Windows color (decimal): -5256083 or 7195823. OLE color: 7195823.
HSL color Cylindrical-coordinate representation of color #AFCC6D: hue angle of 78.32º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFCC6D is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 109 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.2 |
| HSL | 78.32º | 0.48% | 0.61% | - |
| HSV(B) | 78.32º | 0.47% | 0.8% | - |
| XYZ | 42.03 | 53.4 | 22.56 | - |
| YUV | 184.5 | 85.39 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 109 | 0.14 | 0 | 0.47 | 0.2 | 78.32 | 0.48 | 0.61 |
| Hex | AF | CC | 6D | E | 0 | 2F | 14 | 4E | 30 | 3D |
| Octal | 257 | 314 | 155 | 16 | 0 | 57 | 24 | 116 | 60 | 75 |
| Binary | 10101111 | 11001100 | 1101101 | 1110 | 0 | 101111 | 10100 | 1001110 | 110000 | 111101 |
Color Harmonies of #AFCC6D
Complementary color
Monochromatic Colors of #AFCC6D
Black with #AFCC6D
Text Example
Text Example
White with #AFCC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCC6D; }
p { color: rgb(175,204,109); }
H1.HeaderClassName
{
color: #AFCC6D;
}
.AnyTagClassName
{
color: #AFCC6D;
}
</style>
background-color css
<style>
a { background-color: #AFCC6D; }
a { background-color: rgb(175,204,109); }
div.DivClassName
{
background-color: #AFCC6D;
}
.BgClassName
{
background-color: #AFCC6D;
}
</style>
border-color css
<style>
span { border-color: #AFCC6D; }
span { border-color: rgb(175,204,109); }
td.TdClassName
{
border-color: #AFCC6D;
}
.TagClassName
{
border-color: #AFCC6D;
}
</style>