Shades of Caper #AFCD83
Tints of Caper #AFCD83
RGB
CMYK
RGB Variations
Color information
#AFCD83 (or 0xAFCD83) is known color: Caper. HEX triplet: AF, CD and 83. RGB value is (175,205,131). Sum of RGB (Red+Green+Blue) = 175+205+131=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD83 is #50327C. Grayscale: #BBBBBB. Windows color (decimal): -5255805 or 8637871. OLE color: 8637871.
HSL color Cylindrical-coordinate representation of color #AFCD83: hue angle of 84.32º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFCD83 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 131 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.20 |
| HSL | 84.32º | 0.43% | 0.66% | - |
| HSV(B) | 84.32º | 0.36% | 0.8% | - |
| XYZ | 43.61 | 54.42 | 29.68 | - |
| YUV | 187.59 | 96.06 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 131 | 0.15 | 0 | 0.36 | 0.20 | 84.32 | 0.43 | 0.66 |
| Hex | AF | CD | 83 | F | 0 | 24 | 14 | 54 | 2B | 42 |
| Octal | 257 | 315 | 203 | 17 | 0 | 44 | 24 | 124 | 53 | 102 |
| Binary | 10101111 | 11001101 | 10000011 | 1111 | 0 | 100100 | 10100 | 1010100 | 101011 | 1000010 |
Color Harmonies of #AFCD83
Complementary color
Monochromatic Colors of #AFCD83
Black with #AFCD83
Text Example
Text Example
White with #AFCD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD83; }
p { color: rgb(175,205,131); }
H1.HeaderClassName
{
color: #AFCD83;
}
.AnyTagClassName
{
color: #AFCD83;
}
</style>
background-color css
<style>
a { background-color: #AFCD83; }
a { background-color: rgb(175,205,131); }
div.DivClassName
{
background-color: #AFCD83;
}
.BgClassName
{
background-color: #AFCD83;
}
</style>
border-color css
<style>
span { border-color: #AFCD83; }
span { border-color: rgb(175,205,131); }
td.TdClassName
{
border-color: #AFCD83;
}
.TagClassName
{
border-color: #AFCD83;
}
</style>