Shades of Feijoa #AFDA80
Tints of Feijoa #AFDA80
RGB
CMYK
RGB Variations
Color information
#AFDA80 (or 0xAFDA80) is known color: Feijoa. HEX triplet: AF, DA and 80. RGB value is (175,218,128). Sum of RGB (Red+Green+Blue) = 175+218+128=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDA80 is #50257F. Grayscale: #C3C3C3. Windows color (decimal): -5252480 or 8444591. OLE color: 8444591.
HSL color Cylindrical-coordinate representation of color #AFDA80: hue angle of 88.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFDA80 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 218 | 128 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.15 |
| HSL | 88.67º | 0.55% | 0.68% | - |
| HSV(B) | 88.67º | 0.41% | 0.85% | - |
| XYZ | 46.65 | 60.82 | 29.7 | - |
| YUV | 194.88 | 90.25 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 218 | 128 | 0.20 | 0 | 0.41 | 0.15 | 88.67 | 0.55 | 0.68 |
| Hex | AF | DA | 80 | 14 | 0 | 29 | F | 59 | 37 | 44 |
| Octal | 257 | 332 | 200 | 24 | 0 | 51 | 17 | 131 | 67 | 104 |
| Binary | 10101111 | 11011010 | 10000000 | 10100 | 0 | 101001 | 1111 | 1011001 | 110111 | 1000100 |
Color Harmonies of #AFDA80
Complementary color
Monochromatic Colors of #AFDA80
Black with #AFDA80
Text Example
Text Example
White with #AFDA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDA80; }
p { color: rgb(175,218,128); }
H1.HeaderClassName
{
color: #AFDA80;
}
.AnyTagClassName
{
color: #AFDA80;
}
</style>
background-color css
<style>
a { background-color: #AFDA80; }
a { background-color: rgb(175,218,128); }
div.DivClassName
{
background-color: #AFDA80;
}
.BgClassName
{
background-color: #AFDA80;
}
</style>
border-color css
<style>
span { border-color: #AFDA80; }
span { border-color: rgb(175,218,128); }
td.TdClassName
{
border-color: #AFDA80;
}
.TagClassName
{
border-color: #AFDA80;
}
</style>