Shades of Caper #AFD27B
Tints of Caper #AFD27B
RGB
CMYK
RGB Variations
Color information
#AFD27B (or 0xAFD27B) is known color: Caper. HEX triplet: AF, D2 and 7B. RGB value is (175,210,123). Sum of RGB (Red+Green+Blue) = 175+210+123=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD27B is #502D84. Grayscale: #BDBDBD. Windows color (decimal): -5254533 or 8114863. OLE color: 8114863.
HSL color Cylindrical-coordinate representation of color #AFD27B: hue angle of 84.14º 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 #AFD27B is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 123 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.18 |
| HSL | 84.14º | 0.49% | 0.65% | - |
| HSV(B) | 84.14º | 0.41% | 0.82% | - |
| XYZ | 44.3 | 56.64 | 27.34 | - |
| YUV | 189.62 | 90.4 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 123 | 0.17 | 0 | 0.41 | 0.18 | 84.14 | 0.49 | 0.65 |
| Hex | AF | D2 | 7B | 11 | 0 | 29 | 12 | 54 | 31 | 41 |
| Octal | 257 | 322 | 173 | 21 | 0 | 51 | 22 | 124 | 61 | 101 |
| Binary | 10101111 | 11010010 | 1111011 | 10001 | 0 | 101001 | 10010 | 1010100 | 110001 | 1000001 |
Color Harmonies of #AFD27B
Complementary color
Monochromatic Colors of #AFD27B
Black with #AFD27B
Text Example
Text Example
White with #AFD27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD27B; }
p { color: rgb(175,210,123); }
H1.HeaderClassName
{
color: #AFD27B;
}
.AnyTagClassName
{
color: #AFD27B;
}
</style>
background-color css
<style>
a { background-color: #AFD27B; }
a { background-color: rgb(175,210,123); }
div.DivClassName
{
background-color: #AFD27B;
}
.BgClassName
{
background-color: #AFD27B;
}
</style>
border-color css
<style>
span { border-color: #AFD27B; }
span { border-color: rgb(175,210,123); }
td.TdClassName
{
border-color: #AFD27B;
}
.TagClassName
{
border-color: #AFD27B;
}
</style>