Shades of Caper #AFD172
Tints of Caper #AFD172
RGB
CMYK
RGB Variations
Color information
#AFD172 (or 0xAFD172) is known color: Caper. HEX triplet: AF, D1 and 72. RGB value is (175,209,114). Sum of RGB (Red+Green+Blue) = 175+209+114=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD172 is #502E8D. Grayscale: #BCBCBC. Windows color (decimal): -5254798 or 7524783. OLE color: 7524783.
HSL color Cylindrical-coordinate representation of color #AFD172: hue angle of 81.47º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFD172 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 209 | 114 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.18 |
| HSL | 81.47º | 0.51% | 0.63% | - |
| HSV(B) | 81.47º | 0.45% | 0.82% | - |
| XYZ | 43.52 | 55.93 | 24.42 | - |
| YUV | 188 | 86.24 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 209 | 114 | 0.16 | 0 | 0.45 | 0.18 | 81.47 | 0.51 | 0.63 |
| Hex | AF | D1 | 72 | 10 | 0 | 2D | 12 | 51 | 33 | 3F |
| Octal | 257 | 321 | 162 | 20 | 0 | 55 | 22 | 121 | 63 | 77 |
| Binary | 10101111 | 11010001 | 1110010 | 10000 | 0 | 101101 | 10010 | 1010001 | 110011 | 111111 |
Color Harmonies of #AFD172
Complementary color
Monochromatic Colors of #AFD172
Black with #AFD172
Text Example
Text Example
White with #AFD172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD172; }
p { color: rgb(175,209,114); }
H1.HeaderClassName
{
color: #AFD172;
}
.AnyTagClassName
{
color: #AFD172;
}
</style>
background-color css
<style>
a { background-color: #AFD172; }
a { background-color: rgb(175,209,114); }
div.DivClassName
{
background-color: #AFD172;
}
.BgClassName
{
background-color: #AFD172;
}
</style>
border-color css
<style>
span { border-color: #AFD172; }
span { border-color: rgb(175,209,114); }
td.TdClassName
{
border-color: #AFD172;
}
.TagClassName
{
border-color: #AFD172;
}
</style>