Shades of Feijoa #AFE881
Tints of Feijoa #AFE881
RGB
CMYK
RGB Variations
Color information
#AFE881 (or 0xAFE881) is known color: Feijoa. HEX triplet: AF, E8 and 81. RGB value is (175,232,129). Sum of RGB (Red+Green+Blue) = 175+232+129=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 232 (91.02% from 255 or 43.28% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE881 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE881 is #50177E. Grayscale: #CBCBCB. Windows color (decimal): -5248895 or 8513711. OLE color: 8513711.
HSL color Cylindrical-coordinate representation of color #AFE881: hue angle of 93.2º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFE881 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 129 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.09 |
| HSL | 93.2º | 0.69% | 0.71% | - |
| HSV(B) | 93.2º | 0.44% | 0.91% | - |
| XYZ | 50.5 | 68.41 | 31.31 | - |
| YUV | 203.22 | 86.12 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 129 | 0.25 | 0 | 0.44 | 0.09 | 93.2 | 0.69 | 0.71 |
| Hex | AF | E8 | 81 | 19 | 0 | 2C | 9 | 5D | 45 | 47 |
| Octal | 257 | 350 | 201 | 31 | 0 | 54 | 11 | 135 | 105 | 107 |
| Binary | 10101111 | 11101000 | 10000001 | 11001 | 0 | 101100 | 1001 | 1011101 | 1000101 | 1000111 |
Color Harmonies of #AFE881
Complementary color
Monochromatic Colors of #AFE881
Black with #AFE881
Text Example
Text Example
White with #AFE881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE881; }
p { color: rgb(175,232,129); }
H1.HeaderClassName
{
color: #AFE881;
}
.AnyTagClassName
{
color: #AFE881;
}
</style>
background-color css
<style>
a { background-color: #AFE881; }
a { background-color: rgb(175,232,129); }
div.DivClassName
{
background-color: #AFE881;
}
.BgClassName
{
background-color: #AFE881;
}
</style>
border-color css
<style>
span { border-color: #AFE881; }
span { border-color: rgb(175,232,129); }
td.TdClassName
{
border-color: #AFE881;
}
.TagClassName
{
border-color: #AFE881;
}
</style>