Shades of Caper #AFC77A
Tints of Caper #AFC77A
RGB
CMYK
RGB Variations
Color information
#AFC77A (or 0xAFC77A) is known color: Caper. HEX triplet: AF, C7 and 7A. RGB value is (175,199,122). Sum of RGB (Red+Green+Blue) = 175+199+122=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC77A is #503885. Grayscale: #B7B7B7. Windows color (decimal): -5257350 or 8046511. OLE color: 8046511.
HSL color Cylindrical-coordinate representation of color #AFC77A: hue angle of 78.7º 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 #AFC77A is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 122 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.22 |
| HSL | 78.7º | 0.41% | 0.63% | - |
| HSV(B) | 78.7º | 0.39% | 0.78% | - |
| XYZ | 41.62 | 51.37 | 26.13 | - |
| YUV | 183.05 | 93.55 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 122 | 0.12 | 0 | 0.39 | 0.22 | 78.7 | 0.41 | 0.63 |
| Hex | AF | C7 | 7A | C | 0 | 27 | 16 | 4F | 29 | 3F |
| Octal | 257 | 307 | 172 | 14 | 0 | 47 | 26 | 117 | 51 | 77 |
| Binary | 10101111 | 11000111 | 1111010 | 1100 | 0 | 100111 | 10110 | 1001111 | 101001 | 111111 |
Color Harmonies of #AFC77A
Complementary color
Monochromatic Colors of #AFC77A
Black with #AFC77A
Text Example
Text Example
White with #AFC77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC77A; }
p { color: rgb(175,199,122); }
H1.HeaderClassName
{
color: #AFC77A;
}
.AnyTagClassName
{
color: #AFC77A;
}
</style>
background-color css
<style>
a { background-color: #AFC77A; }
a { background-color: rgb(175,199,122); }
div.DivClassName
{
background-color: #AFC77A;
}
.BgClassName
{
background-color: #AFC77A;
}
</style>
border-color css
<style>
span { border-color: #AFC77A; }
span { border-color: rgb(175,199,122); }
td.TdClassName
{
border-color: #AFC77A;
}
.TagClassName
{
border-color: #AFC77A;
}
</style>