Shades of Caper #AFD373
Tints of Caper #AFD373
RGB
CMYK
RGB Variations
Color information
#AFD373 (or 0xAFD373) is known color: Caper. HEX triplet: AF, D3 and 73. RGB value is (175,211,115). Sum of RGB (Red+Green+Blue) = 175+211+115=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD373 is #502C8C. Grayscale: #BDBDBD. Windows color (decimal): -5254285 or 7590831. OLE color: 7590831.
HSL color Cylindrical-coordinate representation of color #AFD373: hue angle of 82.5º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFD373 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 211 | 115 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.17 |
| HSL | 82.5º | 0.52% | 0.64% | - |
| HSV(B) | 82.5º | 0.45% | 0.83% | - |
| XYZ | 44.07 | 56.94 | 24.89 | - |
| YUV | 189.29 | 86.07 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 115 | 0.17 | 0 | 0.45 | 0.17 | 82.5 | 0.52 | 0.64 |
| Hex | AF | D3 | 73 | 11 | 0 | 2D | 11 | 52 | 34 | 40 |
| Octal | 257 | 323 | 163 | 21 | 0 | 55 | 21 | 122 | 64 | 100 |
| Binary | 10101111 | 11010011 | 1110011 | 10001 | 0 | 101101 | 10001 | 1010010 | 110100 | 1000000 |
Color Harmonies of #AFD373
Complementary color
Monochromatic Colors of #AFD373
Black with #AFD373
Text Example
Text Example
White with #AFD373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD373; }
p { color: rgb(175,211,115); }
H1.HeaderClassName
{
color: #AFD373;
}
.AnyTagClassName
{
color: #AFD373;
}
</style>
background-color css
<style>
a { background-color: #AFD373; }
a { background-color: rgb(175,211,115); }
div.DivClassName
{
background-color: #AFD373;
}
.BgClassName
{
background-color: #AFD373;
}
</style>
border-color css
<style>
span { border-color: #AFD373; }
span { border-color: rgb(175,211,115); }
td.TdClassName
{
border-color: #AFD373;
}
.TagClassName
{
border-color: #AFD373;
}
</style>