Shades of Feijoa #AFDE80
Tints of Feijoa #AFDE80
RGB
CMYK
RGB Variations
Color information
#AFDE80 (or 0xAFDE80) is known color: Feijoa. HEX triplet: AF, DE and 80. RGB value is (175,222,128). Sum of RGB (Red+Green+Blue) = 175+222+128=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDE80 is #50217F. Grayscale: #C5C5C5. Windows color (decimal): -5251456 or 8445615. OLE color: 8445615.
HSL color Cylindrical-coordinate representation of color #AFDE80: hue angle of 90º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFDE80 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 128 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.13 |
| HSL | 90º | 0.59% | 0.69% | - |
| HSV(B) | 90º | 0.42% | 0.87% | - |
| XYZ | 47.7 | 62.92 | 30.05 | - |
| YUV | 197.23 | 88.93 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 128 | 0.21 | 0 | 0.42 | 0.13 | 90 | 0.59 | 0.69 |
| Hex | AF | DE | 80 | 15 | 0 | 2A | D | 5A | 3B | 45 |
| Octal | 257 | 336 | 200 | 25 | 0 | 52 | 15 | 132 | 73 | 105 |
| Binary | 10101111 | 11011110 | 10000000 | 10101 | 0 | 101010 | 1101 | 1011010 | 111011 | 1000101 |
Color Harmonies of #AFDE80
Complementary color
Monochromatic Colors of #AFDE80
Black with #AFDE80
Text Example
Text Example
White with #AFDE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDE80; }
p { color: rgb(175,222,128); }
H1.HeaderClassName
{
color: #AFDE80;
}
.AnyTagClassName
{
color: #AFDE80;
}
</style>
background-color css
<style>
a { background-color: #AFDE80; }
a { background-color: rgb(175,222,128); }
div.DivClassName
{
background-color: #AFDE80;
}
.BgClassName
{
background-color: #AFDE80;
}
</style>
border-color css
<style>
span { border-color: #AFDE80; }
span { border-color: rgb(175,222,128); }
td.TdClassName
{
border-color: #AFDE80;
}
.TagClassName
{
border-color: #AFDE80;
}
</style>