Shades of Caper #AFD375
Tints of Caper #AFD375
RGB
CMYK
RGB Variations
Color information
#AFD375 (or 0xAFD375) is known color: Caper. HEX triplet: AF, D3 and 75. RGB value is (175,211,117). Sum of RGB (Red+Green+Blue) = 175+211+117=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD375 is #502C8A. Grayscale: #BDBDBD. Windows color (decimal): -5254283 or 7721903. OLE color: 7721903.
HSL color Cylindrical-coordinate representation of color #AFD375: hue angle of 82.98º 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 #AFD375 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 211 | 117 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.17 |
| HSL | 82.98º | 0.52% | 0.64% | - |
| HSV(B) | 82.98º | 0.45% | 0.83% | - |
| XYZ | 44.18 | 56.99 | 25.5 | - |
| YUV | 189.52 | 87.07 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 117 | 0.17 | 0 | 0.45 | 0.17 | 82.98 | 0.52 | 0.64 |
| Hex | AF | D3 | 75 | 11 | 0 | 2D | 11 | 53 | 34 | 40 |
| Octal | 257 | 323 | 165 | 21 | 0 | 55 | 21 | 123 | 64 | 100 |
| Binary | 10101111 | 11010011 | 1110101 | 10001 | 0 | 101101 | 10001 | 1010011 | 110100 | 1000000 |
Color Harmonies of #AFD375
Complementary color
Monochromatic Colors of #AFD375
Black with #AFD375
Text Example
Text Example
White with #AFD375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD375; }
p { color: rgb(175,211,117); }
H1.HeaderClassName
{
color: #AFD375;
}
.AnyTagClassName
{
color: #AFD375;
}
</style>
background-color css
<style>
a { background-color: #AFD375; }
a { background-color: rgb(175,211,117); }
div.DivClassName
{
background-color: #AFD375;
}
.BgClassName
{
background-color: #AFD375;
}
</style>
border-color css
<style>
span { border-color: #AFD375; }
span { border-color: rgb(175,211,117); }
td.TdClassName
{
border-color: #AFD375;
}
.TagClassName
{
border-color: #AFD375;
}
</style>