Shades of Caper #AFCE78
Tints of Caper #AFCE78
RGB
CMYK
RGB Variations
Color information
#AFCE78 (or 0xAFCE78) is known color: Caper. HEX triplet: AF, CE and 78. RGB value is (175,206,120). Sum of RGB (Red+Green+Blue) = 175+206+120=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCE78 is #503187. Grayscale: #BBBBBB. Windows color (decimal): -5255560 or 7917231. OLE color: 7917231.
HSL color Cylindrical-coordinate representation of color #AFCE78: hue angle of 81.63º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFCE78 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 206 | 120 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.19 |
| HSL | 81.63º | 0.47% | 0.64% | - |
| HSV(B) | 81.63º | 0.42% | 0.81% | - |
| XYZ | 43.14 | 54.61 | 26.04 | - |
| YUV | 186.93 | 90.23 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 120 | 0.15 | 0 | 0.42 | 0.19 | 81.63 | 0.47 | 0.64 |
| Hex | AF | CE | 78 | F | 0 | 2A | 13 | 52 | 2F | 40 |
| Octal | 257 | 316 | 170 | 17 | 0 | 52 | 23 | 122 | 57 | 100 |
| Binary | 10101111 | 11001110 | 1111000 | 1111 | 0 | 101010 | 10011 | 1010010 | 101111 | 1000000 |
Color Harmonies of #AFCE78
Complementary color
Monochromatic Colors of #AFCE78
Black with #AFCE78
Text Example
Text Example
White with #AFCE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCE78; }
p { color: rgb(175,206,120); }
H1.HeaderClassName
{
color: #AFCE78;
}
.AnyTagClassName
{
color: #AFCE78;
}
</style>
background-color css
<style>
a { background-color: #AFCE78; }
a { background-color: rgb(175,206,120); }
div.DivClassName
{
background-color: #AFCE78;
}
.BgClassName
{
background-color: #AFCE78;
}
</style>
border-color css
<style>
span { border-color: #AFCE78; }
span { border-color: rgb(175,206,120); }
td.TdClassName
{
border-color: #AFCE78;
}
.TagClassName
{
border-color: #AFCE78;
}
</style>