Shades of Feijoa #AFE47B
Tints of Feijoa #AFE47B
RGB
CMYK
RGB Variations
Color information
#AFE47B (or 0xAFE47B) is known color: Feijoa. HEX triplet: AF, E4 and 7B. RGB value is (175,228,123). Sum of RGB (Red+Green+Blue) = 175+228+123=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 123 (48.44% from 255 or 23.38% from 526); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE47B is #501B84. Grayscale: #C8C8C8. Windows color (decimal): -5249925 or 8119471. OLE color: 8119471.
HSL color Cylindrical-coordinate representation of color #AFE47B: hue angle of 90.29º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFE47B is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 123 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.11 |
| HSL | 90.29º | 0.66% | 0.69% | - |
| HSV(B) | 90.29º | 0.46% | 0.89% | - |
| XYZ | 49 | 66.03 | 28.9 | - |
| YUV | 200.18 | 84.44 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 123 | 0.23 | 0 | 0.46 | 0.11 | 90.29 | 0.66 | 0.69 |
| Hex | AF | E4 | 7B | 17 | 0 | 2E | B | 5A | 42 | 45 |
| Octal | 257 | 344 | 173 | 27 | 0 | 56 | 13 | 132 | 102 | 105 |
| Binary | 10101111 | 11100100 | 1111011 | 10111 | 0 | 101110 | 1011 | 1011010 | 1000010 | 1000101 |
Color Harmonies of #AFE47B
Complementary color
Monochromatic Colors of #AFE47B
Black with #AFE47B
Text Example
Text Example
White with #AFE47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE47B; }
p { color: rgb(175,228,123); }
H1.HeaderClassName
{
color: #AFE47B;
}
.AnyTagClassName
{
color: #AFE47B;
}
</style>
background-color css
<style>
a { background-color: #AFE47B; }
a { background-color: rgb(175,228,123); }
div.DivClassName
{
background-color: #AFE47B;
}
.BgClassName
{
background-color: #AFE47B;
}
</style>
border-color css
<style>
span { border-color: #AFE47B; }
span { border-color: rgb(175,228,123); }
td.TdClassName
{
border-color: #AFE47B;
}
.TagClassName
{
border-color: #AFE47B;
}
</style>