Shades of Feijoa #AFE37B
Tints of Feijoa #AFE37B
RGB
CMYK
RGB Variations
Color information
#AFE37B (or 0xAFE37B) is known color: Feijoa. HEX triplet: AF, E3 and 7B. RGB value is (175,227,123). Sum of RGB (Red+Green+Blue) = 175+227+123=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 227 (89.06% from 255 or 43.24% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE37B is #501C84. Grayscale: #C7C7C7. Windows color (decimal): -5250181 or 8119215. OLE color: 8119215.
HSL color Cylindrical-coordinate representation of color #AFE37B: hue angle of 90º degrees, saturation: 0.65, 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 #AFE37B is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 123 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.11 |
| HSL | 90º | 0.65% | 0.69% | - |
| HSV(B) | 90º | 0.46% | 0.89% | - |
| XYZ | 48.72 | 65.48 | 28.81 | - |
| YUV | 199.6 | 84.77 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 123 | 0.23 | 0 | 0.46 | 0.11 | 90 | 0.65 | 0.69 |
| Hex | AF | E3 | 7B | 17 | 0 | 2E | B | 5A | 41 | 45 |
| Octal | 257 | 343 | 173 | 27 | 0 | 56 | 13 | 132 | 101 | 105 |
| Binary | 10101111 | 11100011 | 1111011 | 10111 | 0 | 101110 | 1011 | 1011010 | 1000001 | 1000101 |
Color Harmonies of #AFE37B
Complementary color
Monochromatic Colors of #AFE37B
Black with #AFE37B
Text Example
Text Example
White with #AFE37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE37B; }
p { color: rgb(175,227,123); }
H1.HeaderClassName
{
color: #AFE37B;
}
.AnyTagClassName
{
color: #AFE37B;
}
</style>
background-color css
<style>
a { background-color: #AFE37B; }
a { background-color: rgb(175,227,123); }
div.DivClassName
{
background-color: #AFE37B;
}
.BgClassName
{
background-color: #AFE37B;
}
</style>
border-color css
<style>
span { border-color: #AFE37B; }
span { border-color: rgb(175,227,123); }
td.TdClassName
{
border-color: #AFE37B;
}
.TagClassName
{
border-color: #AFE37B;
}
</style>