Shades of Feijoa #AFE57F
Tints of Feijoa #AFE57F
RGB
CMYK
RGB Variations
Color information
#AFE57F (or 0xAFE57F) is known color: Feijoa. HEX triplet: AF, E5 and 7F. RGB value is (175,229,127). Sum of RGB (Red+Green+Blue) = 175+229+127=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE57F is #501A80. Grayscale: #C9C9C9. Windows color (decimal): -5249665 or 8381871. OLE color: 8381871.
HSL color Cylindrical-coordinate representation of color #AFE57F: hue angle of 91.76º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFE57F is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 127 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.10 |
| HSL | 91.76º | 0.66% | 0.7% | - |
| HSV(B) | 91.76º | 0.45% | 0.9% | - |
| XYZ | 49.53 | 66.68 | 30.34 | - |
| YUV | 201.23 | 86.11 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 127 | 0.24 | 0 | 0.45 | 0.10 | 91.76 | 0.66 | 0.7 |
| Hex | AF | E5 | 7F | 18 | 0 | 2D | A | 5C | 42 | 46 |
| Octal | 257 | 345 | 177 | 30 | 0 | 55 | 12 | 134 | 102 | 106 |
| Binary | 10101111 | 11100101 | 1111111 | 11000 | 0 | 101101 | 1010 | 1011100 | 1000010 | 1000110 |
Color Harmonies of #AFE57F
Complementary color
Monochromatic Colors of #AFE57F
Black with #AFE57F
Text Example
Text Example
White with #AFE57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE57F; }
p { color: rgb(175,229,127); }
H1.HeaderClassName
{
color: #AFE57F;
}
.AnyTagClassName
{
color: #AFE57F;
}
</style>
background-color css
<style>
a { background-color: #AFE57F; }
a { background-color: rgb(175,229,127); }
div.DivClassName
{
background-color: #AFE57F;
}
.BgClassName
{
background-color: #AFE57F;
}
</style>
border-color css
<style>
span { border-color: #AFE57F; }
span { border-color: rgb(175,229,127); }
td.TdClassName
{
border-color: #AFE57F;
}
.TagClassName
{
border-color: #AFE57F;
}
</style>