Shades of Caper #AFC38D
Tints of Caper #AFC38D
RGB
CMYK
RGB Variations
Color information
#AFC38D (or 0xAFC38D) is known color: Caper. HEX triplet: AF, C3 and 8D. RGB value is (175,195,141). Sum of RGB (Red+Green+Blue) = 175+195+141=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC38D is #503C72. Grayscale: #B7B7B7. Windows color (decimal): -5258355 or 9290671. OLE color: 9290671.
HSL color Cylindrical-coordinate representation of color #AFC38D: hue angle of 82.22º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFC38D is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 141 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.24 |
| HSL | 82.22º | 0.31% | 0.66% | - |
| HSV(B) | 82.22º | 0.28% | 0.76% | - |
| XYZ | 42 | 50.07 | 32.65 | - |
| YUV | 182.86 | 104.37 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 141 | 0.10 | 0 | 0.28 | 0.24 | 82.22 | 0.31 | 0.66 |
| Hex | AF | C3 | 8D | A | 0 | 1C | 18 | 52 | 1F | 42 |
| Octal | 257 | 303 | 215 | 12 | 0 | 34 | 30 | 122 | 37 | 102 |
| Binary | 10101111 | 11000011 | 10001101 | 1010 | 0 | 11100 | 11000 | 1010010 | 11111 | 1000010 |
Color Harmonies of #AFC38D
Complementary color
Monochromatic Colors of #AFC38D
Black with #AFC38D
Text Example
Text Example
White with #AFC38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC38D; }
p { color: rgb(175,195,141); }
H1.HeaderClassName
{
color: #AFC38D;
}
.AnyTagClassName
{
color: #AFC38D;
}
</style>
background-color css
<style>
a { background-color: #AFC38D; }
a { background-color: rgb(175,195,141); }
div.DivClassName
{
background-color: #AFC38D;
}
.BgClassName
{
background-color: #AFC38D;
}
</style>
border-color css
<style>
span { border-color: #AFC38D; }
span { border-color: rgb(175,195,141); }
td.TdClassName
{
border-color: #AFC38D;
}
.TagClassName
{
border-color: #AFC38D;
}
</style>