Shades of Caper #AFD26C
Tints of Caper #AFD26C
RGB
CMYK
RGB Variations
Color information
#AFD26C (or 0xAFD26C) is known color: Caper. HEX triplet: AF, D2 and 6C. RGB value is (175,210,108). Sum of RGB (Red+Green+Blue) = 175+210+108=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD26C is #502D93. Grayscale: #BCBCBC. Windows color (decimal): -5254548 or 7131823. OLE color: 7131823.
HSL color Cylindrical-coordinate representation of color #AFD26C: hue angle of 80.59º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFD26C is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 108 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.18 |
| HSL | 80.59º | 0.53% | 0.62% | - |
| HSV(B) | 80.59º | 0.49% | 0.82% | - |
| XYZ | 43.43 | 56.29 | 22.76 | - |
| YUV | 187.91 | 82.9 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 108 | 0.17 | 0 | 0.49 | 0.18 | 80.59 | 0.53 | 0.62 |
| Hex | AF | D2 | 6C | 11 | 0 | 31 | 12 | 51 | 35 | 3E |
| Octal | 257 | 322 | 154 | 21 | 0 | 61 | 22 | 121 | 65 | 76 |
| Binary | 10101111 | 11010010 | 1101100 | 10001 | 0 | 110001 | 10010 | 1010001 | 110101 | 111110 |
Color Harmonies of #AFD26C
Complementary color
Monochromatic Colors of #AFD26C
Black with #AFD26C
Text Example
Text Example
White with #AFD26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD26C; }
p { color: rgb(175,210,108); }
H1.HeaderClassName
{
color: #AFD26C;
}
.AnyTagClassName
{
color: #AFD26C;
}
</style>
background-color css
<style>
a { background-color: #AFD26C; }
a { background-color: rgb(175,210,108); }
div.DivClassName
{
background-color: #AFD26C;
}
.BgClassName
{
background-color: #AFD26C;
}
</style>
border-color css
<style>
span { border-color: #AFD26C; }
span { border-color: rgb(175,210,108); }
td.TdClassName
{
border-color: #AFD26C;
}
.TagClassName
{
border-color: #AFD26C;
}
</style>