Shades of Feijoa #AFE777
Tints of Feijoa #AFE777
RGB
CMYK
RGB Variations
Color information
#AFE777 (or 0xAFE777) is known color: Feijoa. HEX triplet: AF, E7 and 77. RGB value is (175,231,119). Sum of RGB (Red+Green+Blue) = 175+231+119=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 231 (90.62% from 255 or 44% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE777 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE777 is #501888. Grayscale: #C9C9C9. Windows color (decimal): -5249161 or 7858095. OLE color: 7858095.
HSL color Cylindrical-coordinate representation of color #AFE777: hue angle of 90º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFE777 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 231 | 119 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.09 |
| HSL | 90º | 0.7% | 0.69% | - |
| HSV(B) | 90º | 0.48% | 0.91% | - |
| XYZ | 49.58 | 67.6 | 27.89 | - |
| YUV | 201.49 | 81.45 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 231 | 119 | 0.24 | 0 | 0.48 | 0.09 | 90 | 0.7 | 0.69 |
| Hex | AF | E7 | 77 | 18 | 0 | 30 | 9 | 5A | 46 | 45 |
| Octal | 257 | 347 | 167 | 30 | 0 | 60 | 11 | 132 | 106 | 105 |
| Binary | 10101111 | 11100111 | 1110111 | 11000 | 0 | 110000 | 1001 | 1011010 | 1000110 | 1000101 |
Color Harmonies of #AFE777
Complementary color
Monochromatic Colors of #AFE777
Black with #AFE777
Text Example
Text Example
White with #AFE777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE777; }
p { color: rgb(175,231,119); }
H1.HeaderClassName
{
color: #AFE777;
}
.AnyTagClassName
{
color: #AFE777;
}
</style>
background-color css
<style>
a { background-color: #AFE777; }
a { background-color: rgb(175,231,119); }
div.DivClassName
{
background-color: #AFE777;
}
.BgClassName
{
background-color: #AFE777;
}
</style>
border-color css
<style>
span { border-color: #AFE777; }
span { border-color: rgb(175,231,119); }
td.TdClassName
{
border-color: #AFE777;
}
.TagClassName
{
border-color: #AFE777;
}
</style>