Shades of Feijoa #AFE57D
Tints of Feijoa #AFE57D
RGB
CMYK
RGB Variations
Color information
#AFE57D (or 0xAFE57D) is known color: Feijoa. HEX triplet: AF, E5 and 7D. RGB value is (175,229,125). Sum of RGB (Red+Green+Blue) = 175+229+125=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 229 (89.84% from 255 or 43.29% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE57D is #501A82. Grayscale: #C9C9C9. Windows color (decimal): -5249667 or 8250799. OLE color: 8250799.
HSL color Cylindrical-coordinate representation of color #AFE57D: hue angle of 91.15º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFE57D is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 125 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.10 |
| HSL | 91.15º | 0.67% | 0.69% | - |
| HSV(B) | 91.15º | 0.45% | 0.9% | - |
| XYZ | 49.4 | 66.63 | 29.66 | - |
| YUV | 201 | 85.11 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 125 | 0.24 | 0 | 0.45 | 0.10 | 91.15 | 0.67 | 0.69 |
| Hex | AF | E5 | 7D | 18 | 0 | 2D | A | 5B | 43 | 45 |
| Octal | 257 | 345 | 175 | 30 | 0 | 55 | 12 | 133 | 103 | 105 |
| Binary | 10101111 | 11100101 | 1111101 | 11000 | 0 | 101101 | 1010 | 1011011 | 1000011 | 1000101 |
Color Harmonies of #AFE57D
Complementary color
Monochromatic Colors of #AFE57D
Black with #AFE57D
Text Example
Text Example
White with #AFE57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE57D; }
p { color: rgb(175,229,125); }
H1.HeaderClassName
{
color: #AFE57D;
}
.AnyTagClassName
{
color: #AFE57D;
}
</style>
background-color css
<style>
a { background-color: #AFE57D; }
a { background-color: rgb(175,229,125); }
div.DivClassName
{
background-color: #AFE57D;
}
.BgClassName
{
background-color: #AFE57D;
}
</style>
border-color css
<style>
span { border-color: #AFE57D; }
span { border-color: rgb(175,229,125); }
td.TdClassName
{
border-color: #AFE57D;
}
.TagClassName
{
border-color: #AFE57D;
}
</style>