Shades of Caper #AFC784
Tints of Caper #AFC784
RGB
CMYK
RGB Variations
Color information
#AFC784 (or 0xAFC784) is known color: Caper. HEX triplet: AF, C7 and 84. RGB value is (175,199,132). Sum of RGB (Red+Green+Blue) = 175+199+132=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC784 is #50387B. Grayscale: #B8B8B8. Windows color (decimal): -5257340 or 8701871. OLE color: 8701871.
HSL color Cylindrical-coordinate representation of color #AFC784: hue angle of 81.49º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFC784 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 132 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.22 |
| HSL | 81.49º | 0.37% | 0.65% | - |
| HSV(B) | 81.49º | 0.34% | 0.78% | - |
| XYZ | 42.27 | 51.63 | 29.57 | - |
| YUV | 184.19 | 98.55 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 132 | 0.12 | 0 | 0.34 | 0.22 | 81.49 | 0.37 | 0.65 |
| Hex | AF | C7 | 84 | C | 0 | 22 | 16 | 51 | 25 | 41 |
| Octal | 257 | 307 | 204 | 14 | 0 | 42 | 26 | 121 | 45 | 101 |
| Binary | 10101111 | 11000111 | 10000100 | 1100 | 0 | 100010 | 10110 | 1010001 | 100101 | 1000001 |
Color Harmonies of #AFC784
Complementary color
Monochromatic Colors of #AFC784
Black with #AFC784
Text Example
Text Example
White with #AFC784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC784; }
p { color: rgb(175,199,132); }
H1.HeaderClassName
{
color: #AFC784;
}
.AnyTagClassName
{
color: #AFC784;
}
</style>
background-color css
<style>
a { background-color: #AFC784; }
a { background-color: rgb(175,199,132); }
div.DivClassName
{
background-color: #AFC784;
}
.BgClassName
{
background-color: #AFC784;
}
</style>
border-color css
<style>
span { border-color: #AFC784; }
span { border-color: rgb(175,199,132); }
td.TdClassName
{
border-color: #AFC784;
}
.TagClassName
{
border-color: #AFC784;
}
</style>