Shades of Feijoa #AFE37F
Tints of Feijoa #AFE37F
RGB
CMYK
RGB Variations
Color information
#AFE37F (or 0xAFE37F) is known color: Feijoa. HEX triplet: AF, E3 and 7F. RGB value is (175,227,127). Sum of RGB (Red+Green+Blue) = 175+227+127=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 227 (89.06% from 255 or 42.91% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE37F is #501C80. Grayscale: #C8C8C8. Windows color (decimal): -5250177 or 8381359. OLE color: 8381359.
HSL color Cylindrical-coordinate representation of color #AFE37F: hue angle of 91.2º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFE37F is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 127 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.11 |
| HSL | 91.2º | 0.64% | 0.69% | - |
| HSV(B) | 91.2º | 0.44% | 0.89% | - |
| XYZ | 48.98 | 65.58 | 30.16 | - |
| YUV | 200.05 | 86.77 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 127 | 0.23 | 0 | 0.44 | 0.11 | 91.2 | 0.64 | 0.69 |
| Hex | AF | E3 | 7F | 17 | 0 | 2C | B | 5B | 40 | 45 |
| Octal | 257 | 343 | 177 | 27 | 0 | 54 | 13 | 133 | 100 | 105 |
| Binary | 10101111 | 11100011 | 1111111 | 10111 | 0 | 101100 | 1011 | 1011011 | 1000000 | 1000101 |
Color Harmonies of #AFE37F
Complementary color
Monochromatic Colors of #AFE37F
Black with #AFE37F
Text Example
Text Example
White with #AFE37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE37F; }
p { color: rgb(175,227,127); }
H1.HeaderClassName
{
color: #AFE37F;
}
.AnyTagClassName
{
color: #AFE37F;
}
</style>
background-color css
<style>
a { background-color: #AFE37F; }
a { background-color: rgb(175,227,127); }
div.DivClassName
{
background-color: #AFE37F;
}
.BgClassName
{
background-color: #AFE37F;
}
</style>
border-color css
<style>
span { border-color: #AFE37F; }
span { border-color: rgb(175,227,127); }
td.TdClassName
{
border-color: #AFE37F;
}
.TagClassName
{
border-color: #AFE37F;
}
</style>