Shades of Caper #AFC478
Tints of Caper #AFC478
RGB
CMYK
RGB Variations
Color information
#AFC478 (or 0xAFC478) is known color: Caper. HEX triplet: AF, C4 and 78. RGB value is (175,196,120). Sum of RGB (Red+Green+Blue) = 175+196+120=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC478 is #503B87. Grayscale: #B5B5B5. Windows color (decimal): -5258120 or 7914671. OLE color: 7914671.
HSL color Cylindrical-coordinate representation of color #AFC478: hue angle of 76.58º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFC478 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 120 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.23 |
| HSL | 76.58º | 0.39% | 0.62% | - |
| HSV(B) | 76.58º | 0.39% | 0.77% | - |
| XYZ | 40.81 | 49.95 | 25.26 | - |
| YUV | 181.06 | 93.54 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 120 | 0.11 | 0 | 0.39 | 0.23 | 76.58 | 0.39 | 0.62 |
| Hex | AF | C4 | 78 | B | 0 | 27 | 17 | 4D | 27 | 3E |
| Octal | 257 | 304 | 170 | 13 | 0 | 47 | 27 | 115 | 47 | 76 |
| Binary | 10101111 | 11000100 | 1111000 | 1011 | 0 | 100111 | 10111 | 1001101 | 100111 | 111110 |
Color Harmonies of #AFC478
Complementary color
Monochromatic Colors of #AFC478
Black with #AFC478
Text Example
Text Example
White with #AFC478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC478; }
p { color: rgb(175,196,120); }
H1.HeaderClassName
{
color: #AFC478;
}
.AnyTagClassName
{
color: #AFC478;
}
</style>
background-color css
<style>
a { background-color: #AFC478; }
a { background-color: rgb(175,196,120); }
div.DivClassName
{
background-color: #AFC478;
}
.BgClassName
{
background-color: #AFC478;
}
</style>
border-color css
<style>
span { border-color: #AFC478; }
span { border-color: rgb(175,196,120); }
td.TdClassName
{
border-color: #AFC478;
}
.TagClassName
{
border-color: #AFC478;
}
</style>