Shades of Caper #AFCD88
Tints of Caper #AFCD88
RGB
CMYK
RGB Variations
Color information
#AFCD88 (or 0xAFCD88) is known color: Caper. HEX triplet: AF, CD and 88. RGB value is (175,205,136). Sum of RGB (Red+Green+Blue) = 175+205+136=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD88 is #503277. Grayscale: #BCBCBC. Windows color (decimal): -5255800 or 8965551. OLE color: 8965551.
HSL color Cylindrical-coordinate representation of color #AFCD88: hue angle of 86.09º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFCD88 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 136 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.20 |
| HSL | 86.09º | 0.41% | 0.67% | - |
| HSV(B) | 86.09º | 0.34% | 0.8% | - |
| XYZ | 43.95 | 54.55 | 31.51 | - |
| YUV | 188.16 | 98.56 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 136 | 0.15 | 0 | 0.34 | 0.20 | 86.09 | 0.41 | 0.67 |
| Hex | AF | CD | 88 | F | 0 | 22 | 14 | 56 | 29 | 43 |
| Octal | 257 | 315 | 210 | 17 | 0 | 42 | 24 | 126 | 51 | 103 |
| Binary | 10101111 | 11001101 | 10001000 | 1111 | 0 | 100010 | 10100 | 1010110 | 101001 | 1000011 |
Color Harmonies of #AFCD88
Complementary color
Monochromatic Colors of #AFCD88
Black with #AFCD88
Text Example
Text Example
White with #AFCD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD88; }
p { color: rgb(175,205,136); }
H1.HeaderClassName
{
color: #AFCD88;
}
.AnyTagClassName
{
color: #AFCD88;
}
</style>
background-color css
<style>
a { background-color: #AFCD88; }
a { background-color: rgb(175,205,136); }
div.DivClassName
{
background-color: #AFCD88;
}
.BgClassName
{
background-color: #AFCD88;
}
</style>
border-color css
<style>
span { border-color: #AFCD88; }
span { border-color: rgb(175,205,136); }
td.TdClassName
{
border-color: #AFCD88;
}
.TagClassName
{
border-color: #AFCD88;
}
</style>