Shades of Caper #AFCE7B
Tints of Caper #AFCE7B
RGB
CMYK
RGB Variations
Color information
#AFCE7B (or 0xAFCE7B) is known color: Caper. HEX triplet: AF, CE and 7B. RGB value is (175,206,123). Sum of RGB (Red+Green+Blue) = 175+206+123=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCE7B is #503184. Grayscale: #BBBBBB. Windows color (decimal): -5255557 or 8113839. OLE color: 8113839.
HSL color Cylindrical-coordinate representation of color #AFCE7B: hue angle of 82.41º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFCE7B is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 206 | 123 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.19 |
| HSL | 82.41º | 0.46% | 0.65% | - |
| HSV(B) | 82.41º | 0.4% | 0.81% | - |
| XYZ | 43.33 | 54.69 | 27.01 | - |
| YUV | 187.27 | 91.73 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 123 | 0.15 | 0 | 0.40 | 0.19 | 82.41 | 0.46 | 0.65 |
| Hex | AF | CE | 7B | F | 0 | 28 | 13 | 52 | 2E | 41 |
| Octal | 257 | 316 | 173 | 17 | 0 | 50 | 23 | 122 | 56 | 101 |
| Binary | 10101111 | 11001110 | 1111011 | 1111 | 0 | 101000 | 10011 | 1010010 | 101110 | 1000001 |
Color Harmonies of #AFCE7B
Complementary color
Monochromatic Colors of #AFCE7B
Black with #AFCE7B
Text Example
Text Example
White with #AFCE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCE7B; }
p { color: rgb(175,206,123); }
H1.HeaderClassName
{
color: #AFCE7B;
}
.AnyTagClassName
{
color: #AFCE7B;
}
</style>
background-color css
<style>
a { background-color: #AFCE7B; }
a { background-color: rgb(175,206,123); }
div.DivClassName
{
background-color: #AFCE7B;
}
.BgClassName
{
background-color: #AFCE7B;
}
</style>
border-color css
<style>
span { border-color: #AFCE7B; }
span { border-color: rgb(175,206,123); }
td.TdClassName
{
border-color: #AFCE7B;
}
.TagClassName
{
border-color: #AFCE7B;
}
</style>