Shades of Caper #AFCD84
Tints of Caper #AFCD84
RGB
CMYK
RGB Variations
Color information
#AFCD84 (or 0xAFCD84) is known color: Caper. HEX triplet: AF, CD and 84. RGB value is (175,205,132). Sum of RGB (Red+Green+Blue) = 175+205+132=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD84 is #50327B. Grayscale: #BBBBBB. Windows color (decimal): -5255804 or 8703407. OLE color: 8703407.
HSL color Cylindrical-coordinate representation of color #AFCD84: hue angle of 84.66º degrees, saturation: 0.42, 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 #AFCD84 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 132 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.20 |
| HSL | 84.66º | 0.42% | 0.66% | - |
| HSV(B) | 84.66º | 0.36% | 0.8% | - |
| XYZ | 43.68 | 54.44 | 30.04 | - |
| YUV | 187.71 | 96.56 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 132 | 0.15 | 0 | 0.36 | 0.20 | 84.66 | 0.42 | 0.66 |
| Hex | AF | CD | 84 | F | 0 | 24 | 14 | 55 | 2A | 42 |
| Octal | 257 | 315 | 204 | 17 | 0 | 44 | 24 | 125 | 52 | 102 |
| Binary | 10101111 | 11001101 | 10000100 | 1111 | 0 | 100100 | 10100 | 1010101 | 101010 | 1000010 |
Color Harmonies of #AFCD84
Complementary color
Monochromatic Colors of #AFCD84
Black with #AFCD84
Text Example
Text Example
White with #AFCD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD84; }
p { color: rgb(175,205,132); }
H1.HeaderClassName
{
color: #AFCD84;
}
.AnyTagClassName
{
color: #AFCD84;
}
</style>
background-color css
<style>
a { background-color: #AFCD84; }
a { background-color: rgb(175,205,132); }
div.DivClassName
{
background-color: #AFCD84;
}
.BgClassName
{
background-color: #AFCD84;
}
</style>
border-color css
<style>
span { border-color: #AFCD84; }
span { border-color: rgb(175,205,132); }
td.TdClassName
{
border-color: #AFCD84;
}
.TagClassName
{
border-color: #AFCD84;
}
</style>