Shades of Feijoa #AFE58D
Tints of Feijoa #AFE58D
RGB
CMYK
RGB Variations
Color information
#AFE58D (or 0xAFE58D) is known color: Feijoa. HEX triplet: AF, E5 and 8D. RGB value is (175,229,141). Sum of RGB (Red+Green+Blue) = 175+229+141=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE58D is #501A72. Grayscale: #CBCBCB. Windows color (decimal): -5249651 or 9299375. OLE color: 9299375.
HSL color Cylindrical-coordinate representation of color #AFE58D: hue angle of 96.82º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFE58D is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 141 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.10 |
| HSL | 96.82º | 0.63% | 0.73% | - |
| HSV(B) | 96.82º | 0.38% | 0.9% | - |
| XYZ | 50.51 | 67.08 | 35.48 | - |
| YUV | 202.82 | 93.11 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 141 | 0.24 | 0 | 0.38 | 0.10 | 96.82 | 0.63 | 0.73 |
| Hex | AF | E5 | 8D | 18 | 0 | 26 | A | 61 | 3F | 49 |
| Octal | 257 | 345 | 215 | 30 | 0 | 46 | 12 | 141 | 77 | 111 |
| Binary | 10101111 | 11100101 | 10001101 | 11000 | 0 | 100110 | 1010 | 1100001 | 111111 | 1001001 |
Color Harmonies of #AFE58D
Complementary color
Monochromatic Colors of #AFE58D
Black with #AFE58D
Text Example
Text Example
White with #AFE58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE58D; }
p { color: rgb(175,229,141); }
H1.HeaderClassName
{
color: #AFE58D;
}
.AnyTagClassName
{
color: #AFE58D;
}
</style>
background-color css
<style>
a { background-color: #AFE58D; }
a { background-color: rgb(175,229,141); }
div.DivClassName
{
background-color: #AFE58D;
}
.BgClassName
{
background-color: #AFE58D;
}
</style>
border-color css
<style>
span { border-color: #AFE58D; }
span { border-color: rgb(175,229,141); }
td.TdClassName
{
border-color: #AFE58D;
}
.TagClassName
{
border-color: #AFE58D;
}
</style>