Shades of Caper #AFC48F
Tints of Caper #AFC48F
RGB
CMYK
RGB Variations
Color information
#AFC48F (or 0xAFC48F) is known color: Caper. HEX triplet: AF, C4 and 8F. RGB value is (175,196,143). Sum of RGB (Red+Green+Blue) = 175+196+143=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC48F is #503B70. Grayscale: #B7B7B7. Windows color (decimal): -5258097 or 9421999. OLE color: 9421999.
HSL color Cylindrical-coordinate representation of color #AFC48F: hue angle of 83.77º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFC48F is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 143 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.23 |
| HSL | 83.77º | 0.31% | 0.66% | - |
| HSV(B) | 83.77º | 0.27% | 0.77% | - |
| XYZ | 42.38 | 50.58 | 33.52 | - |
| YUV | 183.68 | 105.04 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 143 | 0.11 | 0 | 0.27 | 0.23 | 83.77 | 0.31 | 0.66 |
| Hex | AF | C4 | 8F | B | 0 | 1B | 17 | 54 | 1F | 42 |
| Octal | 257 | 304 | 217 | 13 | 0 | 33 | 27 | 124 | 37 | 102 |
| Binary | 10101111 | 11000100 | 10001111 | 1011 | 0 | 11011 | 10111 | 1010100 | 11111 | 1000010 |
Color Harmonies of #AFC48F
Complementary color
Monochromatic Colors of #AFC48F
Black with #AFC48F
Text Example
Text Example
White with #AFC48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC48F; }
p { color: rgb(175,196,143); }
H1.HeaderClassName
{
color: #AFC48F;
}
.AnyTagClassName
{
color: #AFC48F;
}
</style>
background-color css
<style>
a { background-color: #AFC48F; }
a { background-color: rgb(175,196,143); }
div.DivClassName
{
background-color: #AFC48F;
}
.BgClassName
{
background-color: #AFC48F;
}
</style>
border-color css
<style>
span { border-color: #AFC48F; }
span { border-color: rgb(175,196,143); }
td.TdClassName
{
border-color: #AFC48F;
}
.TagClassName
{
border-color: #AFC48F;
}
</style>