Shades of Feijoa #AFDD76
Tints of Feijoa #AFDD76
RGB
CMYK
RGB Variations
Color information
#AFDD76 (or 0xAFDD76) is known color: Feijoa. HEX triplet: AF, DD and 76. RGB value is (175,221,118). Sum of RGB (Red+Green+Blue) = 175+221+118=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD76 is #502289. Grayscale: #C3C3C3. Windows color (decimal): -5251722 or 7789999. OLE color: 7789999.
HSL color Cylindrical-coordinate representation of color #AFDD76: hue angle of 86.8º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFDD76 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 118 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.13 |
| HSL | 86.8º | 0.6% | 0.66% | - |
| HSV(B) | 86.8º | 0.47% | 0.87% | - |
| XYZ | 46.81 | 62.13 | 26.67 | - |
| YUV | 195.5 | 84.26 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 118 | 0.21 | 0 | 0.47 | 0.13 | 86.8 | 0.6 | 0.66 |
| Hex | AF | DD | 76 | 15 | 0 | 2F | D | 57 | 3C | 42 |
| Octal | 257 | 335 | 166 | 25 | 0 | 57 | 15 | 127 | 74 | 102 |
| Binary | 10101111 | 11011101 | 1110110 | 10101 | 0 | 101111 | 1101 | 1010111 | 111100 | 1000010 |
Color Harmonies of #AFDD76
Complementary color
Monochromatic Colors of #AFDD76
Black with #AFDD76
Text Example
Text Example
White with #AFDD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD76; }
p { color: rgb(175,221,118); }
H1.HeaderClassName
{
color: #AFDD76;
}
.AnyTagClassName
{
color: #AFDD76;
}
</style>
background-color css
<style>
a { background-color: #AFDD76; }
a { background-color: rgb(175,221,118); }
div.DivClassName
{
background-color: #AFDD76;
}
.BgClassName
{
background-color: #AFDD76;
}
</style>
border-color css
<style>
span { border-color: #AFDD76; }
span { border-color: rgb(175,221,118); }
td.TdClassName
{
border-color: #AFDD76;
}
.TagClassName
{
border-color: #AFDD76;
}
</style>