Shades of Caper #AFD27C
Tints of Caper #AFD27C
RGB
CMYK
RGB Variations
Color information
#AFD27C (or 0xAFD27C) is known color: Caper. HEX triplet: AF, D2 and 7C. RGB value is (175,210,124). Sum of RGB (Red+Green+Blue) = 175+210+124=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD27C is #502D83. Grayscale: #BEBEBE. Windows color (decimal): -5254532 or 8180399. OLE color: 8180399.
HSL color Cylindrical-coordinate representation of color #AFD27C: hue angle of 84.42º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFD27C is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 124 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.18 |
| HSL | 84.42º | 0.49% | 0.65% | - |
| HSV(B) | 84.42º | 0.41% | 0.82% | - |
| XYZ | 44.36 | 56.66 | 27.67 | - |
| YUV | 189.73 | 90.9 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 124 | 0.17 | 0 | 0.41 | 0.18 | 84.42 | 0.49 | 0.65 |
| Hex | AF | D2 | 7C | 11 | 0 | 29 | 12 | 54 | 31 | 41 |
| Octal | 257 | 322 | 174 | 21 | 0 | 51 | 22 | 124 | 61 | 101 |
| Binary | 10101111 | 11010010 | 1111100 | 10001 | 0 | 101001 | 10010 | 1010100 | 110001 | 1000001 |
Color Harmonies of #AFD27C
Complementary color
Monochromatic Colors of #AFD27C
Black with #AFD27C
Text Example
Text Example
White with #AFD27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD27C; }
p { color: rgb(175,210,124); }
H1.HeaderClassName
{
color: #AFD27C;
}
.AnyTagClassName
{
color: #AFD27C;
}
</style>
background-color css
<style>
a { background-color: #AFD27C; }
a { background-color: rgb(175,210,124); }
div.DivClassName
{
background-color: #AFD27C;
}
.BgClassName
{
background-color: #AFD27C;
}
</style>
border-color css
<style>
span { border-color: #AFD27C; }
span { border-color: rgb(175,210,124); }
td.TdClassName
{
border-color: #AFD27C;
}
.TagClassName
{
border-color: #AFD27C;
}
</style>