Shades of Feijoa #AFE373
Tints of Feijoa #AFE373
RGB
CMYK
RGB Variations
Color information
#AFE373 (or 0xAFE373) is known color: Feijoa. HEX triplet: AF, E3 and 73. RGB value is (175,227,115). Sum of RGB (Red+Green+Blue) = 175+227+115=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE373 is #501C8C. Grayscale: #C7C7C7. Windows color (decimal): -5250189 or 7594927. OLE color: 7594927.
HSL color Cylindrical-coordinate representation of color #AFE373: hue angle of 87.86º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFE373 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 115 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.11 |
| HSL | 87.86º | 0.67% | 0.67% | - |
| HSV(B) | 87.86º | 0.49% | 0.89% | - |
| XYZ | 48.24 | 65.29 | 26.28 | - |
| YUV | 198.68 | 80.77 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 115 | 0.23 | 0 | 0.49 | 0.11 | 87.86 | 0.67 | 0.67 |
| Hex | AF | E3 | 73 | 17 | 0 | 31 | B | 58 | 43 | 43 |
| Octal | 257 | 343 | 163 | 27 | 0 | 61 | 13 | 130 | 103 | 103 |
| Binary | 10101111 | 11100011 | 1110011 | 10111 | 0 | 110001 | 1011 | 1011000 | 1000011 | 1000011 |
Color Harmonies of #AFE373
Complementary color
Monochromatic Colors of #AFE373
Black with #AFE373
Text Example
Text Example
White with #AFE373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE373; }
p { color: rgb(175,227,115); }
H1.HeaderClassName
{
color: #AFE373;
}
.AnyTagClassName
{
color: #AFE373;
}
</style>
background-color css
<style>
a { background-color: #AFE373; }
a { background-color: rgb(175,227,115); }
div.DivClassName
{
background-color: #AFE373;
}
.BgClassName
{
background-color: #AFE373;
}
</style>
border-color css
<style>
span { border-color: #AFE373; }
span { border-color: rgb(175,227,115); }
td.TdClassName
{
border-color: #AFE373;
}
.TagClassName
{
border-color: #AFE373;
}
</style>