Shades of Caper #AFCD81
Tints of Caper #AFCD81
RGB
CMYK
RGB Variations
Color information
#AFCD81 (or 0xAFCD81) is known color: Caper. HEX triplet: AF, CD and 81. RGB value is (175,205,129). Sum of RGB (Red+Green+Blue) = 175+205+129=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD81 is #50327E. Grayscale: #BBBBBB. Windows color (decimal): -5255807 or 8506799. OLE color: 8506799.
HSL color Cylindrical-coordinate representation of color #AFCD81: hue angle of 83.68º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFCD81 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 129 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.20 |
| HSL | 83.68º | 0.43% | 0.65% | - |
| HSV(B) | 83.68º | 0.37% | 0.8% | - |
| XYZ | 43.47 | 54.36 | 28.97 | - |
| YUV | 187.37 | 95.06 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 129 | 0.15 | 0 | 0.37 | 0.20 | 83.68 | 0.43 | 0.65 |
| Hex | AF | CD | 81 | F | 0 | 25 | 14 | 54 | 2B | 41 |
| Octal | 257 | 315 | 201 | 17 | 0 | 45 | 24 | 124 | 53 | 101 |
| Binary | 10101111 | 11001101 | 10000001 | 1111 | 0 | 100101 | 10100 | 1010100 | 101011 | 1000001 |
Color Harmonies of #AFCD81
Complementary color
Monochromatic Colors of #AFCD81
Black with #AFCD81
Text Example
Text Example
White with #AFCD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD81; }
p { color: rgb(175,205,129); }
H1.HeaderClassName
{
color: #AFCD81;
}
.AnyTagClassName
{
color: #AFCD81;
}
</style>
background-color css
<style>
a { background-color: #AFCD81; }
a { background-color: rgb(175,205,129); }
div.DivClassName
{
background-color: #AFCD81;
}
.BgClassName
{
background-color: #AFCD81;
}
</style>
border-color css
<style>
span { border-color: #AFCD81; }
span { border-color: rgb(175,205,129); }
td.TdClassName
{
border-color: #AFCD81;
}
.TagClassName
{
border-color: #AFCD81;
}
</style>