Shades of Caper #AFD673
Tints of Caper #AFD673
RGB
CMYK
RGB Variations
Color information
#AFD673 (or 0xAFD673) is known color: Caper. HEX triplet: AF, D6 and 73. RGB value is (175,214,115). Sum of RGB (Red+Green+Blue) = 175+214+115=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 214 (83.98% from 255 or 42.46% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD673 is #50298C. Grayscale: #BFBFBF. Windows color (decimal): -5253517 or 7591599. OLE color: 7591599.
HSL color Cylindrical-coordinate representation of color #AFD673: hue angle of 83.64º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFD673 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 214 | 115 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.16 |
| HSL | 83.64º | 0.55% | 0.65% | - |
| HSV(B) | 83.64º | 0.46% | 0.84% | - |
| XYZ | 44.82 | 58.44 | 25.14 | - |
| YUV | 191.05 | 85.08 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 214 | 115 | 0.18 | 0 | 0.46 | 0.16 | 83.64 | 0.55 | 0.65 |
| Hex | AF | D6 | 73 | 12 | 0 | 2E | 10 | 54 | 37 | 41 |
| Octal | 257 | 326 | 163 | 22 | 0 | 56 | 20 | 124 | 67 | 101 |
| Binary | 10101111 | 11010110 | 1110011 | 10010 | 0 | 101110 | 10000 | 1010100 | 110111 | 1000001 |
Color Harmonies of #AFD673
Complementary color
Monochromatic Colors of #AFD673
Black with #AFD673
Text Example
Text Example
White with #AFD673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD673; }
p { color: rgb(175,214,115); }
H1.HeaderClassName
{
color: #AFD673;
}
.AnyTagClassName
{
color: #AFD673;
}
</style>
background-color css
<style>
a { background-color: #AFD673; }
a { background-color: rgb(175,214,115); }
div.DivClassName
{
background-color: #AFD673;
}
.BgClassName
{
background-color: #AFD673;
}
</style>
border-color css
<style>
span { border-color: #AFD673; }
span { border-color: rgb(175,214,115); }
td.TdClassName
{
border-color: #AFD673;
}
.TagClassName
{
border-color: #AFD673;
}
</style>