Shades of Feijoa #AFE77D
Tints of Feijoa #AFE77D
RGB
CMYK
RGB Variations
Color information
#AFE77D (or 0xAFE77D) is known color: Feijoa. HEX triplet: AF, E7 and 7D. RGB value is (175,231,125). Sum of RGB (Red+Green+Blue) = 175+231+125=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 231 (90.62% from 255 or 43.50% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE77D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE77D is #501882. Grayscale: #CACACA. Windows color (decimal): -5249155 or 8251311. OLE color: 8251311.
HSL color Cylindrical-coordinate representation of color #AFE77D: hue angle of 91.7º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFE77D is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 231 | 125 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.09 |
| HSL | 91.7º | 0.69% | 0.7% | - |
| HSV(B) | 91.7º | 0.46% | 0.91% | - |
| XYZ | 49.96 | 67.75 | 29.85 | - |
| YUV | 202.17 | 84.45 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 231 | 125 | 0.24 | 0 | 0.46 | 0.09 | 91.7 | 0.69 | 0.7 |
| Hex | AF | E7 | 7D | 18 | 0 | 2E | 9 | 5C | 45 | 46 |
| Octal | 257 | 347 | 175 | 30 | 0 | 56 | 11 | 134 | 105 | 106 |
| Binary | 10101111 | 11100111 | 1111101 | 11000 | 0 | 101110 | 1001 | 1011100 | 1000101 | 1000110 |
Color Harmonies of #AFE77D
Complementary color
Monochromatic Colors of #AFE77D
Black with #AFE77D
Text Example
Text Example
White with #AFE77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE77D; }
p { color: rgb(175,231,125); }
H1.HeaderClassName
{
color: #AFE77D;
}
.AnyTagClassName
{
color: #AFE77D;
}
</style>
background-color css
<style>
a { background-color: #AFE77D; }
a { background-color: rgb(175,231,125); }
div.DivClassName
{
background-color: #AFE77D;
}
.BgClassName
{
background-color: #AFE77D;
}
</style>
border-color css
<style>
span { border-color: #AFE77D; }
span { border-color: rgb(175,231,125); }
td.TdClassName
{
border-color: #AFE77D;
}
.TagClassName
{
border-color: #AFE77D;
}
</style>