Shades of Caper #AFD672
Tints of Caper #AFD672
RGB
CMYK
RGB Variations
Color information
#AFD672 (or 0xAFD672) is known color: Caper. HEX triplet: AF, D6 and 72. RGB value is (175,214,114). Sum of RGB (Red+Green+Blue) = 175+214+114=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD672 is #50298D. Grayscale: #BFBFBF. Windows color (decimal): -5253518 or 7526063. OLE color: 7526063.
HSL color Cylindrical-coordinate representation of color #AFD672: hue angle of 83.4º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFD672 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 214 | 114 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.16 |
| HSL | 83.4º | 0.55% | 0.64% | - |
| HSV(B) | 83.4º | 0.47% | 0.84% | - |
| XYZ | 44.76 | 58.42 | 24.84 | - |
| YUV | 190.94 | 84.58 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 214 | 114 | 0.18 | 0 | 0.47 | 0.16 | 83.4 | 0.55 | 0.64 |
| Hex | AF | D6 | 72 | 12 | 0 | 2F | 10 | 53 | 37 | 40 |
| Octal | 257 | 326 | 162 | 22 | 0 | 57 | 20 | 123 | 67 | 100 |
| Binary | 10101111 | 11010110 | 1110010 | 10010 | 0 | 101111 | 10000 | 1010011 | 110111 | 1000000 |
Color Harmonies of #AFD672
Complementary color
Monochromatic Colors of #AFD672
Black with #AFD672
Text Example
Text Example
White with #AFD672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD672; }
p { color: rgb(175,214,114); }
H1.HeaderClassName
{
color: #AFD672;
}
.AnyTagClassName
{
color: #AFD672;
}
</style>
background-color css
<style>
a { background-color: #AFD672; }
a { background-color: rgb(175,214,114); }
div.DivClassName
{
background-color: #AFD672;
}
.BgClassName
{
background-color: #AFD672;
}
</style>
border-color css
<style>
span { border-color: #AFD672; }
span { border-color: rgb(175,214,114); }
td.TdClassName
{
border-color: #AFD672;
}
.TagClassName
{
border-color: #AFD672;
}
</style>