Shades of Feijoa #AFE473
Tints of Feijoa #AFE473
RGB
CMYK
RGB Variations
Color information
#AFE473 (or 0xAFE473) is known color: Feijoa. HEX triplet: AF, E4 and 73. RGB value is (175,228,115). Sum of RGB (Red+Green+Blue) = 175+228+115=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 228 (89.45% from 255 or 44.02% from 518); Blue value is 115 (45.31% from 255 or 22.20% from 518); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE473 is #501B8C. Grayscale: #C7C7C7. Windows color (decimal): -5249933 or 7595183. OLE color: 7595183.
HSL color Cylindrical-coordinate representation of color #AFE473: hue angle of 88.14º 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 #AFE473 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 115 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.11 |
| HSL | 88.14º | 0.68% | 0.67% | - |
| HSV(B) | 88.14º | 0.5% | 0.89% | - |
| XYZ | 48.52 | 65.84 | 26.37 | - |
| YUV | 199.27 | 80.44 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 115 | 0.23 | 0 | 0.50 | 0.11 | 88.14 | 0.68 | 0.67 |
| Hex | AF | E4 | 73 | 17 | 0 | 32 | B | 58 | 44 | 43 |
| Octal | 257 | 344 | 163 | 27 | 0 | 62 | 13 | 130 | 104 | 103 |
| Binary | 10101111 | 11100100 | 1110011 | 10111 | 0 | 110010 | 1011 | 1011000 | 1000100 | 1000011 |
Color Harmonies of #AFE473
Complementary color
Monochromatic Colors of #AFE473
Black with #AFE473
Text Example
Text Example
White with #AFE473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE473; }
p { color: rgb(175,228,115); }
H1.HeaderClassName
{
color: #AFE473;
}
.AnyTagClassName
{
color: #AFE473;
}
</style>
background-color css
<style>
a { background-color: #AFE473; }
a { background-color: rgb(175,228,115); }
div.DivClassName
{
background-color: #AFE473;
}
.BgClassName
{
background-color: #AFE473;
}
</style>
border-color css
<style>
span { border-color: #AFE473; }
span { border-color: rgb(175,228,115); }
td.TdClassName
{
border-color: #AFE473;
}
.TagClassName
{
border-color: #AFE473;
}
</style>