Shades of Feijoa #AFE382
Tints of Feijoa #AFE382
RGB
CMYK
RGB Variations
Color information
#AFE382 (or 0xAFE382) is known color: Feijoa. HEX triplet: AF, E3 and 82. RGB value is (175,227,130). Sum of RGB (Red+Green+Blue) = 175+227+130=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE382 is #501C7D. Grayscale: #C8C8C8. Windows color (decimal): -5250174 or 8577967. OLE color: 8577967.
HSL color Cylindrical-coordinate representation of color #AFE382: hue angle of 92.16º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFE382 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 130 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.11 |
| HSL | 92.16º | 0.63% | 0.7% | - |
| HSV(B) | 92.16º | 0.43% | 0.89% | - |
| XYZ | 49.18 | 65.66 | 31.2 | - |
| YUV | 200.39 | 88.27 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 130 | 0.23 | 0 | 0.43 | 0.11 | 92.16 | 0.63 | 0.7 |
| Hex | AF | E3 | 82 | 17 | 0 | 2B | B | 5C | 3F | 46 |
| Octal | 257 | 343 | 202 | 27 | 0 | 53 | 13 | 134 | 77 | 106 |
| Binary | 10101111 | 11100011 | 10000010 | 10111 | 0 | 101011 | 1011 | 1011100 | 111111 | 1000110 |
Color Harmonies of #AFE382
Complementary color
Monochromatic Colors of #AFE382
Black with #AFE382
Text Example
Text Example
White with #AFE382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE382; }
p { color: rgb(175,227,130); }
H1.HeaderClassName
{
color: #AFE382;
}
.AnyTagClassName
{
color: #AFE382;
}
</style>
background-color css
<style>
a { background-color: #AFE382; }
a { background-color: rgb(175,227,130); }
div.DivClassName
{
background-color: #AFE382;
}
.BgClassName
{
background-color: #AFE382;
}
</style>
border-color css
<style>
span { border-color: #AFE382; }
span { border-color: rgb(175,227,130); }
td.TdClassName
{
border-color: #AFE382;
}
.TagClassName
{
border-color: #AFE382;
}
</style>