Shades of Caper #AFCD85
Tints of Caper #AFCD85
RGB
CMYK
RGB Variations
Color information
#AFCD85 (or 0xAFCD85) is known color: Caper. HEX triplet: AF, CD and 85. RGB value is (175,205,133). Sum of RGB (Red+Green+Blue) = 175+205+133=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD85 is #50327A. Grayscale: #BCBCBC. Windows color (decimal): -5255803 or 8768943. OLE color: 8768943.
HSL color Cylindrical-coordinate representation of color #AFCD85: hue angle of 85º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFCD85 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 133 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.20 |
| HSL | 85º | 0.42% | 0.66% | - |
| HSV(B) | 85º | 0.35% | 0.8% | - |
| XYZ | 43.74 | 54.47 | 30.4 | - |
| YUV | 187.82 | 97.06 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 133 | 0.15 | 0 | 0.35 | 0.20 | 85 | 0.42 | 0.66 |
| Hex | AF | CD | 85 | F | 0 | 23 | 14 | 55 | 2A | 42 |
| Octal | 257 | 315 | 205 | 17 | 0 | 43 | 24 | 125 | 52 | 102 |
| Binary | 10101111 | 11001101 | 10000101 | 1111 | 0 | 100011 | 10100 | 1010101 | 101010 | 1000010 |
Color Harmonies of #AFCD85
Complementary color
Monochromatic Colors of #AFCD85
Black with #AFCD85
Text Example
Text Example
White with #AFCD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD85; }
p { color: rgb(175,205,133); }
H1.HeaderClassName
{
color: #AFCD85;
}
.AnyTagClassName
{
color: #AFCD85;
}
</style>
background-color css
<style>
a { background-color: #AFCD85; }
a { background-color: rgb(175,205,133); }
div.DivClassName
{
background-color: #AFCD85;
}
.BgClassName
{
background-color: #AFCD85;
}
</style>
border-color css
<style>
span { border-color: #AFCD85; }
span { border-color: rgb(175,205,133); }
td.TdClassName
{
border-color: #AFCD85;
}
.TagClassName
{
border-color: #AFCD85;
}
</style>