Shades of Feijoa #AFD47C
Tints of Feijoa #AFD47C
RGB
CMYK
RGB Variations
Color information
#AFD47C (or 0xAFD47C) is known color: Feijoa. HEX triplet: AF, D4 and 7C. RGB value is (175,212,124). Sum of RGB (Red+Green+Blue) = 175+212+124=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD47C is #502B83. Grayscale: #BFBFBF. Windows color (decimal): -5254020 or 8180911. OLE color: 8180911.
HSL color Cylindrical-coordinate representation of color #AFD47C: hue angle of 85.23º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFD47C is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 212 | 124 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.17 |
| HSL | 85.23º | 0.51% | 0.66% | - |
| HSV(B) | 85.23º | 0.42% | 0.83% | - |
| XYZ | 44.86 | 57.66 | 27.83 | - |
| YUV | 190.91 | 90.24 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 212 | 124 | 0.17 | 0 | 0.42 | 0.17 | 85.23 | 0.51 | 0.66 |
| Hex | AF | D4 | 7C | 11 | 0 | 2A | 11 | 55 | 33 | 42 |
| Octal | 257 | 324 | 174 | 21 | 0 | 52 | 21 | 125 | 63 | 102 |
| Binary | 10101111 | 11010100 | 1111100 | 10001 | 0 | 101010 | 10001 | 1010101 | 110011 | 1000010 |
Color Harmonies of #AFD47C
Complementary color
Monochromatic Colors of #AFD47C
Black with #AFD47C
Text Example
Text Example
White with #AFD47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD47C; }
p { color: rgb(175,212,124); }
H1.HeaderClassName
{
color: #AFD47C;
}
.AnyTagClassName
{
color: #AFD47C;
}
</style>
background-color css
<style>
a { background-color: #AFD47C; }
a { background-color: rgb(175,212,124); }
div.DivClassName
{
background-color: #AFD47C;
}
.BgClassName
{
background-color: #AFD47C;
}
</style>
border-color css
<style>
span { border-color: #AFD47C; }
span { border-color: rgb(175,212,124); }
td.TdClassName
{
border-color: #AFD47C;
}
.TagClassName
{
border-color: #AFD47C;
}
</style>