Shades of Feijoa #AFE471
Tints of Feijoa #AFE471
RGB
CMYK
RGB Variations
Color information
#AFE471 (or 0xAFE471) is known color: Feijoa. HEX triplet: AF, E4 and 71. RGB value is (175,228,113). Sum of RGB (Red+Green+Blue) = 175+228+113=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE471 is #501B8E. Grayscale: #C7C7C7. Windows color (decimal): -5249935 or 7464111. OLE color: 7464111.
HSL color Cylindrical-coordinate representation of color #AFE471: hue angle of 87.65º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFE471 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 113 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.11 |
| HSL | 87.65º | 0.68% | 0.67% | - |
| HSV(B) | 87.65º | 0.5% | 0.89% | - |
| XYZ | 48.4 | 65.79 | 25.77 | - |
| YUV | 199.04 | 79.44 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 113 | 0.23 | 0 | 0.50 | 0.11 | 87.65 | 0.68 | 0.67 |
| Hex | AF | E4 | 71 | 17 | 0 | 32 | B | 58 | 44 | 43 |
| Octal | 257 | 344 | 161 | 27 | 0 | 62 | 13 | 130 | 104 | 103 |
| Binary | 10101111 | 11100100 | 1110001 | 10111 | 0 | 110010 | 1011 | 1011000 | 1000100 | 1000011 |
Color Harmonies of #AFE471
Complementary color
Monochromatic Colors of #AFE471
Black with #AFE471
Text Example
Text Example
White with #AFE471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE471; }
p { color: rgb(175,228,113); }
H1.HeaderClassName
{
color: #AFE471;
}
.AnyTagClassName
{
color: #AFE471;
}
</style>
background-color css
<style>
a { background-color: #AFE471; }
a { background-color: rgb(175,228,113); }
div.DivClassName
{
background-color: #AFE471;
}
.BgClassName
{
background-color: #AFE471;
}
</style>
border-color css
<style>
span { border-color: #AFE471; }
span { border-color: rgb(175,228,113); }
td.TdClassName
{
border-color: #AFE471;
}
.TagClassName
{
border-color: #AFE471;
}
</style>