Shades of Caper #AFC77D
Tints of Caper #AFC77D
RGB
CMYK
RGB Variations
Color information
#AFC77D (or 0xAFC77D) is known color: Caper. HEX triplet: AF, C7 and 7D. RGB value is (175,199,125). Sum of RGB (Red+Green+Blue) = 175+199+125=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC77D is #503882. Grayscale: #B7B7B7. Windows color (decimal): -5257347 or 8243119. OLE color: 8243119.
HSL color Cylindrical-coordinate representation of color #AFC77D: hue angle of 79.46º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFC77D is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 125 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.22 |
| HSL | 79.46º | 0.4% | 0.64% | - |
| HSV(B) | 79.46º | 0.37% | 0.78% | - |
| XYZ | 41.8 | 51.44 | 27.13 | - |
| YUV | 183.39 | 95.05 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 125 | 0.12 | 0 | 0.37 | 0.22 | 79.46 | 0.4 | 0.64 |
| Hex | AF | C7 | 7D | C | 0 | 25 | 16 | 4F | 28 | 40 |
| Octal | 257 | 307 | 175 | 14 | 0 | 45 | 26 | 117 | 50 | 100 |
| Binary | 10101111 | 11000111 | 1111101 | 1100 | 0 | 100101 | 10110 | 1001111 | 101000 | 1000000 |
Color Harmonies of #AFC77D
Complementary color
Monochromatic Colors of #AFC77D
Black with #AFC77D
Text Example
Text Example
White with #AFC77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC77D; }
p { color: rgb(175,199,125); }
H1.HeaderClassName
{
color: #AFC77D;
}
.AnyTagClassName
{
color: #AFC77D;
}
</style>
background-color css
<style>
a { background-color: #AFC77D; }
a { background-color: rgb(175,199,125); }
div.DivClassName
{
background-color: #AFC77D;
}
.BgClassName
{
background-color: #AFC77D;
}
</style>
border-color css
<style>
span { border-color: #AFC77D; }
span { border-color: rgb(175,199,125); }
td.TdClassName
{
border-color: #AFC77D;
}
.TagClassName
{
border-color: #AFC77D;
}
</style>