Shades of Caper #AFC779
Tints of Caper #AFC779
RGB
CMYK
RGB Variations
Color information
#AFC779 (or 0xAFC779) is known color: Caper. HEX triplet: AF, C7 and 79. RGB value is (175,199,121). Sum of RGB (Red+Green+Blue) = 175+199+121=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC779 is #503886. Grayscale: #B7B7B7. Windows color (decimal): -5257351 or 7980975. OLE color: 7980975.
HSL color Cylindrical-coordinate representation of color #AFC779: hue angle of 78.46º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFC779 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 121 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.22 |
| HSL | 78.46º | 0.41% | 0.63% | - |
| HSV(B) | 78.46º | 0.39% | 0.78% | - |
| XYZ | 41.55 | 51.34 | 25.81 | - |
| YUV | 182.93 | 93.05 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 121 | 0.12 | 0 | 0.39 | 0.22 | 78.46 | 0.41 | 0.63 |
| Hex | AF | C7 | 79 | C | 0 | 27 | 16 | 4E | 29 | 3F |
| Octal | 257 | 307 | 171 | 14 | 0 | 47 | 26 | 116 | 51 | 77 |
| Binary | 10101111 | 11000111 | 1111001 | 1100 | 0 | 100111 | 10110 | 1001110 | 101001 | 111111 |
Color Harmonies of #AFC779
Complementary color
Monochromatic Colors of #AFC779
Black with #AFC779
Text Example
Text Example
White with #AFC779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC779; }
p { color: rgb(175,199,121); }
H1.HeaderClassName
{
color: #AFC779;
}
.AnyTagClassName
{
color: #AFC779;
}
</style>
background-color css
<style>
a { background-color: #AFC779; }
a { background-color: rgb(175,199,121); }
div.DivClassName
{
background-color: #AFC779;
}
.BgClassName
{
background-color: #AFC779;
}
</style>
border-color css
<style>
span { border-color: #AFC779; }
span { border-color: rgb(175,199,121); }
td.TdClassName
{
border-color: #AFC779;
}
.TagClassName
{
border-color: #AFC779;
}
</style>