Shades of Feijoa #AFE671
Tints of Feijoa #AFE671
RGB
CMYK
RGB Variations
Color information
#AFE671 (or 0xAFE671) is known color: Feijoa. HEX triplet: AF, E6 and 71. RGB value is (175,230,113). Sum of RGB (Red+Green+Blue) = 175+230+113=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 230 (90.23% from 255 or 44.40% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE671 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE671 is #50198E. Grayscale: #C8C8C8. Windows color (decimal): -5249423 or 7464623. OLE color: 7464623.
HSL color Cylindrical-coordinate representation of color #AFE671: hue angle of 88.21º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFE671 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 113 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.10 |
| HSL | 88.21º | 0.7% | 0.67% | - |
| HSV(B) | 88.21º | 0.51% | 0.9% | - |
| XYZ | 48.96 | 66.9 | 25.96 | - |
| YUV | 200.22 | 78.78 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 113 | 0.24 | 0 | 0.51 | 0.10 | 88.21 | 0.7 | 0.67 |
| Hex | AF | E6 | 71 | 18 | 0 | 33 | A | 58 | 46 | 43 |
| Octal | 257 | 346 | 161 | 30 | 0 | 63 | 12 | 130 | 106 | 103 |
| Binary | 10101111 | 11100110 | 1110001 | 11000 | 0 | 110011 | 1010 | 1011000 | 1000110 | 1000011 |
Color Harmonies of #AFE671
Complementary color
Monochromatic Colors of #AFE671
Black with #AFE671
Text Example
Text Example
White with #AFE671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE671; }
p { color: rgb(175,230,113); }
H1.HeaderClassName
{
color: #AFE671;
}
.AnyTagClassName
{
color: #AFE671;
}
</style>
background-color css
<style>
a { background-color: #AFE671; }
a { background-color: rgb(175,230,113); }
div.DivClassName
{
background-color: #AFE671;
}
.BgClassName
{
background-color: #AFE671;
}
</style>
border-color css
<style>
span { border-color: #AFE671; }
span { border-color: rgb(175,230,113); }
td.TdClassName
{
border-color: #AFE671;
}
.TagClassName
{
border-color: #AFE671;
}
</style>