Shades of Caper #AFCC77
Tints of Caper #AFCC77
RGB
CMYK
RGB Variations
Color information
#AFCC77 (or 0xAFCC77) is known color: Caper. HEX triplet: AF, CC and 77. RGB value is (175,204,119). Sum of RGB (Red+Green+Blue) = 175+204+119=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC77 is #503388. Grayscale: #B9B9B9. Windows color (decimal): -5256073 or 7851183. OLE color: 7851183.
HSL color Cylindrical-coordinate representation of color #AFCC77: hue angle of 80.47º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFCC77 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 119 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.2 |
| HSL | 80.47º | 0.45% | 0.63% | - |
| HSV(B) | 80.47º | 0.42% | 0.8% | - |
| XYZ | 42.6 | 53.63 | 25.56 | - |
| YUV | 185.64 | 90.39 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 119 | 0.14 | 0 | 0.42 | 0.2 | 80.47 | 0.45 | 0.63 |
| Hex | AF | CC | 77 | E | 0 | 2A | 14 | 50 | 2D | 3F |
| Octal | 257 | 314 | 167 | 16 | 0 | 52 | 24 | 120 | 55 | 77 |
| Binary | 10101111 | 11001100 | 1110111 | 1110 | 0 | 101010 | 10100 | 1010000 | 101101 | 111111 |
Color Harmonies of #AFCC77
Complementary color
Monochromatic Colors of #AFCC77
Black with #AFCC77
Text Example
Text Example
White with #AFCC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCC77; }
p { color: rgb(175,204,119); }
H1.HeaderClassName
{
color: #AFCC77;
}
.AnyTagClassName
{
color: #AFCC77;
}
</style>
background-color css
<style>
a { background-color: #AFCC77; }
a { background-color: rgb(175,204,119); }
div.DivClassName
{
background-color: #AFCC77;
}
.BgClassName
{
background-color: #AFCC77;
}
</style>
border-color css
<style>
span { border-color: #AFCC77; }
span { border-color: rgb(175,204,119); }
td.TdClassName
{
border-color: #AFCC77;
}
.TagClassName
{
border-color: #AFCC77;
}
</style>