Shades of Caper #AFC778
Tints of Caper #AFC778
RGB
CMYK
RGB Variations
Color information
#AFC778 (or 0xAFC778) is known color: Caper. HEX triplet: AF, C7 and 78. RGB value is (175,199,120). Sum of RGB (Red+Green+Blue) = 175+199+120=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC778 is #503887. Grayscale: #B7B7B7. Windows color (decimal): -5257352 or 7915439. OLE color: 7915439.
HSL color Cylindrical-coordinate representation of color #AFC778: hue angle of 78.23º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFC778 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 120 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.22 |
| HSL | 78.23º | 0.41% | 0.63% | - |
| HSV(B) | 78.23º | 0.4% | 0.78% | - |
| XYZ | 41.49 | 51.32 | 25.49 | - |
| YUV | 182.82 | 92.55 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 120 | 0.12 | 0 | 0.40 | 0.22 | 78.23 | 0.41 | 0.63 |
| Hex | AF | C7 | 78 | C | 0 | 28 | 16 | 4E | 29 | 3F |
| Octal | 257 | 307 | 170 | 14 | 0 | 50 | 26 | 116 | 51 | 77 |
| Binary | 10101111 | 11000111 | 1111000 | 1100 | 0 | 101000 | 10110 | 1001110 | 101001 | 111111 |
Color Harmonies of #AFC778
Complementary color
Monochromatic Colors of #AFC778
Black with #AFC778
Text Example
Text Example
White with #AFC778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC778; }
p { color: rgb(175,199,120); }
H1.HeaderClassName
{
color: #AFC778;
}
.AnyTagClassName
{
color: #AFC778;
}
</style>
background-color css
<style>
a { background-color: #AFC778; }
a { background-color: rgb(175,199,120); }
div.DivClassName
{
background-color: #AFC778;
}
.BgClassName
{
background-color: #AFC778;
}
</style>
border-color css
<style>
span { border-color: #AFC778; }
span { border-color: rgb(175,199,120); }
td.TdClassName
{
border-color: #AFC778;
}
.TagClassName
{
border-color: #AFC778;
}
</style>