Shades of Caper #AFCD80
Tints of Caper #AFCD80
RGB
CMYK
RGB Variations
Color information
#AFCD80 (or 0xAFCD80) is known color: Caper. HEX triplet: AF, CD and 80. RGB value is (175,205,128). Sum of RGB (Red+Green+Blue) = 175+205+128=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD80 is #50327F. Grayscale: #BBBBBB. Windows color (decimal): -5255808 or 8441263. OLE color: 8441263.
HSL color Cylindrical-coordinate representation of color #AFCD80: hue angle of 83.38º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFCD80 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 128 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.20 |
| HSL | 83.38º | 0.44% | 0.65% | - |
| HSV(B) | 83.38º | 0.38% | 0.8% | - |
| XYZ | 43.41 | 54.34 | 28.62 | - |
| YUV | 187.25 | 94.56 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 128 | 0.15 | 0 | 0.38 | 0.20 | 83.38 | 0.44 | 0.65 |
| Hex | AF | CD | 80 | F | 0 | 26 | 14 | 53 | 2C | 41 |
| Octal | 257 | 315 | 200 | 17 | 0 | 46 | 24 | 123 | 54 | 101 |
| Binary | 10101111 | 11001101 | 10000000 | 1111 | 0 | 100110 | 10100 | 1010011 | 101100 | 1000001 |
Color Harmonies of #AFCD80
Complementary color
Monochromatic Colors of #AFCD80
Black with #AFCD80
Text Example
Text Example
White with #AFCD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD80; }
p { color: rgb(175,205,128); }
H1.HeaderClassName
{
color: #AFCD80;
}
.AnyTagClassName
{
color: #AFCD80;
}
</style>
background-color css
<style>
a { background-color: #AFCD80; }
a { background-color: rgb(175,205,128); }
div.DivClassName
{
background-color: #AFCD80;
}
.BgClassName
{
background-color: #AFCD80;
}
</style>
border-color css
<style>
span { border-color: #AFCD80; }
span { border-color: rgb(175,205,128); }
td.TdClassName
{
border-color: #AFCD80;
}
.TagClassName
{
border-color: #AFCD80;
}
</style>