Shades of Feijoa #AFE58B
Tints of Feijoa #AFE58B
RGB
CMYK
RGB Variations
Color information
#AFE58B (or 0xAFE58B) is known color: Feijoa. HEX triplet: AF, E5 and 8B. RGB value is (175,229,139). Sum of RGB (Red+Green+Blue) = 175+229+139=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE58B is #501A74. Grayscale: #CACACA. Windows color (decimal): -5249653 or 9168303. OLE color: 9168303.
HSL color Cylindrical-coordinate representation of color #AFE58B: hue angle of 96º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFE58B is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 139 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.10 |
| HSL | 96º | 0.63% | 0.72% | - |
| HSV(B) | 96º | 0.39% | 0.9% | - |
| XYZ | 50.36 | 67.02 | 34.71 | - |
| YUV | 202.59 | 92.11 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 139 | 0.24 | 0 | 0.39 | 0.10 | 96 | 0.63 | 0.72 |
| Hex | AF | E5 | 8B | 18 | 0 | 27 | A | 60 | 3F | 48 |
| Octal | 257 | 345 | 213 | 30 | 0 | 47 | 12 | 140 | 77 | 110 |
| Binary | 10101111 | 11100101 | 10001011 | 11000 | 0 | 100111 | 1010 | 1100000 | 111111 | 1001000 |
Color Harmonies of #AFE58B
Complementary color
Monochromatic Colors of #AFE58B
Black with #AFE58B
Text Example
Text Example
White with #AFE58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE58B; }
p { color: rgb(175,229,139); }
H1.HeaderClassName
{
color: #AFE58B;
}
.AnyTagClassName
{
color: #AFE58B;
}
</style>
background-color css
<style>
a { background-color: #AFE58B; }
a { background-color: rgb(175,229,139); }
div.DivClassName
{
background-color: #AFE58B;
}
.BgClassName
{
background-color: #AFE58B;
}
</style>
border-color css
<style>
span { border-color: #AFE58B; }
span { border-color: rgb(175,229,139); }
td.TdClassName
{
border-color: #AFE58B;
}
.TagClassName
{
border-color: #AFE58B;
}
</style>