Shades of Feijoa #AFE571
Tints of Feijoa #AFE571
RGB
CMYK
RGB Variations
Color information
#AFE571 (or 0xAFE571) is known color: Feijoa. HEX triplet: AF, E5 and 71. RGB value is (175,229,113). Sum of RGB (Red+Green+Blue) = 175+229+113=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 229 (89.84% from 255 or 44.29% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE571 is #501A8E. Grayscale: #C8C8C8. Windows color (decimal): -5249679 or 7464367. OLE color: 7464367.
HSL color Cylindrical-coordinate representation of color #AFE571: hue angle of 87.93º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFE571 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 113 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.10 |
| HSL | 87.93º | 0.69% | 0.67% | - |
| HSV(B) | 87.93º | 0.51% | 0.9% | - |
| XYZ | 48.68 | 66.34 | 25.86 | - |
| YUV | 199.63 | 79.11 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 113 | 0.24 | 0 | 0.51 | 0.10 | 87.93 | 0.69 | 0.67 |
| Hex | AF | E5 | 71 | 18 | 0 | 33 | A | 58 | 45 | 43 |
| Octal | 257 | 345 | 161 | 30 | 0 | 63 | 12 | 130 | 105 | 103 |
| Binary | 10101111 | 11100101 | 1110001 | 11000 | 0 | 110011 | 1010 | 1011000 | 1000101 | 1000011 |
Color Harmonies of #AFE571
Complementary color
Monochromatic Colors of #AFE571
Black with #AFE571
Text Example
Text Example
White with #AFE571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE571; }
p { color: rgb(175,229,113); }
H1.HeaderClassName
{
color: #AFE571;
}
.AnyTagClassName
{
color: #AFE571;
}
</style>
background-color css
<style>
a { background-color: #AFE571; }
a { background-color: rgb(175,229,113); }
div.DivClassName
{
background-color: #AFE571;
}
.BgClassName
{
background-color: #AFE571;
}
</style>
border-color css
<style>
span { border-color: #AFE571; }
span { border-color: rgb(175,229,113); }
td.TdClassName
{
border-color: #AFE571;
}
.TagClassName
{
border-color: #AFE571;
}
</style>