Shades of Feijoa #AFE47D
Tints of Feijoa #AFE47D
RGB
CMYK
RGB Variations
Color information
#AFE47D (or 0xAFE47D) is known color: Feijoa. HEX triplet: AF, E4 and 7D. RGB value is (175,228,125). Sum of RGB (Red+Green+Blue) = 175+228+125=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE47D is #501B82. Grayscale: #C8C8C8. Windows color (decimal): -5249923 or 8250543. OLE color: 8250543.
HSL color Cylindrical-coordinate representation of color #AFE47D: hue angle of 90.87º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFE47D is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 125 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.11 |
| HSL | 90.87º | 0.66% | 0.69% | - |
| HSV(B) | 90.87º | 0.45% | 0.89% | - |
| XYZ | 49.12 | 66.08 | 29.57 | - |
| YUV | 200.41 | 85.44 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 125 | 0.23 | 0 | 0.45 | 0.11 | 90.87 | 0.66 | 0.69 |
| Hex | AF | E4 | 7D | 17 | 0 | 2D | B | 5B | 42 | 45 |
| Octal | 257 | 344 | 175 | 27 | 0 | 55 | 13 | 133 | 102 | 105 |
| Binary | 10101111 | 11100100 | 1111101 | 10111 | 0 | 101101 | 1011 | 1011011 | 1000010 | 1000101 |
Color Harmonies of #AFE47D
Complementary color
Monochromatic Colors of #AFE47D
Black with #AFE47D
Text Example
Text Example
White with #AFE47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE47D; }
p { color: rgb(175,228,125); }
H1.HeaderClassName
{
color: #AFE47D;
}
.AnyTagClassName
{
color: #AFE47D;
}
</style>
background-color css
<style>
a { background-color: #AFE47D; }
a { background-color: rgb(175,228,125); }
div.DivClassName
{
background-color: #AFE47D;
}
.BgClassName
{
background-color: #AFE47D;
}
</style>
border-color css
<style>
span { border-color: #AFE47D; }
span { border-color: rgb(175,228,125); }
td.TdClassName
{
border-color: #AFE47D;
}
.TagClassName
{
border-color: #AFE47D;
}
</style>