Shades of Caper #AFCD74
Tints of Caper #AFCD74
RGB
CMYK
RGB Variations
Color information
#AFCD74 (or 0xAFCD74) is known color: Caper. HEX triplet: AF, CD and 74. RGB value is (175,205,116). Sum of RGB (Red+Green+Blue) = 175+205+116=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD74 is #50328B. Grayscale: #BABABA. Windows color (decimal): -5255820 or 7654831. OLE color: 7654831.
HSL color Cylindrical-coordinate representation of color #AFCD74: hue angle of 80.22º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFCD74 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 116 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.20 |
| HSL | 80.22º | 0.47% | 0.63% | - |
| HSV(B) | 80.22º | 0.43% | 0.8% | - |
| XYZ | 42.66 | 54.04 | 24.7 | - |
| YUV | 185.88 | 88.56 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 116 | 0.15 | 0 | 0.43 | 0.20 | 80.22 | 0.47 | 0.63 |
| Hex | AF | CD | 74 | F | 0 | 2B | 14 | 50 | 2F | 3F |
| Octal | 257 | 315 | 164 | 17 | 0 | 53 | 24 | 120 | 57 | 77 |
| Binary | 10101111 | 11001101 | 1110100 | 1111 | 0 | 101011 | 10100 | 1010000 | 101111 | 111111 |
Color Harmonies of #AFCD74
Complementary color
Monochromatic Colors of #AFCD74
Black with #AFCD74
Text Example
Text Example
White with #AFCD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD74; }
p { color: rgb(175,205,116); }
H1.HeaderClassName
{
color: #AFCD74;
}
.AnyTagClassName
{
color: #AFCD74;
}
</style>
background-color css
<style>
a { background-color: #AFCD74; }
a { background-color: rgb(175,205,116); }
div.DivClassName
{
background-color: #AFCD74;
}
.BgClassName
{
background-color: #AFCD74;
}
</style>
border-color css
<style>
span { border-color: #AFCD74; }
span { border-color: rgb(175,205,116); }
td.TdClassName
{
border-color: #AFCD74;
}
.TagClassName
{
border-color: #AFCD74;
}
</style>