Shades of Caper #AFC678
Tints of Caper #AFC678
RGB
CMYK
RGB Variations
Color information
#AFC678 (or 0xAFC678) is known color: Caper. HEX triplet: AF, C6 and 78. RGB value is (175,198,120). Sum of RGB (Red+Green+Blue) = 175+198+120=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC678 is #503987. Grayscale: #B6B6B6. Windows color (decimal): -5257608 or 7915183. OLE color: 7915183.
HSL color Cylindrical-coordinate representation of color #AFC678: hue angle of 77.69º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFC678 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 120 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.22 |
| HSL | 77.69º | 0.41% | 0.62% | - |
| HSV(B) | 77.69º | 0.39% | 0.78% | - |
| XYZ | 41.26 | 50.86 | 25.41 | - |
| YUV | 182.23 | 92.88 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 120 | 0.12 | 0 | 0.39 | 0.22 | 77.69 | 0.41 | 0.62 |
| Hex | AF | C6 | 78 | C | 0 | 27 | 16 | 4E | 29 | 3E |
| Octal | 257 | 306 | 170 | 14 | 0 | 47 | 26 | 116 | 51 | 76 |
| Binary | 10101111 | 11000110 | 1111000 | 1100 | 0 | 100111 | 10110 | 1001110 | 101001 | 111110 |
Color Harmonies of #AFC678
Complementary color
Monochromatic Colors of #AFC678
Black with #AFC678
Text Example
Text Example
White with #AFC678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC678; }
p { color: rgb(175,198,120); }
H1.HeaderClassName
{
color: #AFC678;
}
.AnyTagClassName
{
color: #AFC678;
}
</style>
background-color css
<style>
a { background-color: #AFC678; }
a { background-color: rgb(175,198,120); }
div.DivClassName
{
background-color: #AFC678;
}
.BgClassName
{
background-color: #AFC678;
}
</style>
border-color css
<style>
span { border-color: #AFC678; }
span { border-color: rgb(175,198,120); }
td.TdClassName
{
border-color: #AFC678;
}
.TagClassName
{
border-color: #AFC678;
}
</style>