Shades of Feijoa #AFDD79
Tints of Feijoa #AFDD79
RGB
CMYK
RGB Variations
Color information
#AFDD79 (or 0xAFDD79) is known color: Feijoa. HEX triplet: AF, DD and 79. RGB value is (175,221,121). Sum of RGB (Red+Green+Blue) = 175+221+121=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 121 (47.66% from 255 or 23.40% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD79 is #502286. Grayscale: #C4C4C4. Windows color (decimal): -5251719 or 7986607. OLE color: 7986607.
HSL color Cylindrical-coordinate representation of color #AFDD79: hue angle of 87.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFDD79 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 121 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.13 |
| HSL | 87.6º | 0.6% | 0.67% | - |
| HSV(B) | 87.6º | 0.45% | 0.87% | - |
| XYZ | 46.99 | 62.21 | 27.62 | - |
| YUV | 195.85 | 85.76 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 121 | 0.21 | 0 | 0.45 | 0.13 | 87.6 | 0.6 | 0.67 |
| Hex | AF | DD | 79 | 15 | 0 | 2D | D | 58 | 3C | 43 |
| Octal | 257 | 335 | 171 | 25 | 0 | 55 | 15 | 130 | 74 | 103 |
| Binary | 10101111 | 11011101 | 1111001 | 10101 | 0 | 101101 | 1101 | 1011000 | 111100 | 1000011 |
Color Harmonies of #AFDD79
Complementary color
Monochromatic Colors of #AFDD79
Black with #AFDD79
Text Example
Text Example
White with #AFDD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD79; }
p { color: rgb(175,221,121); }
H1.HeaderClassName
{
color: #AFDD79;
}
.AnyTagClassName
{
color: #AFDD79;
}
</style>
background-color css
<style>
a { background-color: #AFDD79; }
a { background-color: rgb(175,221,121); }
div.DivClassName
{
background-color: #AFDD79;
}
.BgClassName
{
background-color: #AFDD79;
}
</style>
border-color css
<style>
span { border-color: #AFDD79; }
span { border-color: rgb(175,221,121); }
td.TdClassName
{
border-color: #AFDD79;
}
.TagClassName
{
border-color: #AFDD79;
}
</style>