Shades of Feijoa #AFDD77
Tints of Feijoa #AFDD77
RGB
CMYK
RGB Variations
Color information
#AFDD77 (or 0xAFDD77) is known color: Feijoa. HEX triplet: AF, DD and 77. RGB value is (175,221,119). Sum of RGB (Red+Green+Blue) = 175+221+119=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD77 is #502288. Grayscale: #C3C3C3. Windows color (decimal): -5251721 or 7855535. OLE color: 7855535.
HSL color Cylindrical-coordinate representation of color #AFDD77: hue angle of 87.06º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFDD77 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 119 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.13 |
| HSL | 87.06º | 0.6% | 0.67% | - |
| HSV(B) | 87.06º | 0.46% | 0.87% | - |
| XYZ | 46.87 | 62.16 | 26.98 | - |
| YUV | 195.62 | 84.76 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 119 | 0.21 | 0 | 0.46 | 0.13 | 87.06 | 0.6 | 0.67 |
| Hex | AF | DD | 77 | 15 | 0 | 2E | D | 57 | 3C | 43 |
| Octal | 257 | 335 | 167 | 25 | 0 | 56 | 15 | 127 | 74 | 103 |
| Binary | 10101111 | 11011101 | 1110111 | 10101 | 0 | 101110 | 1101 | 1010111 | 111100 | 1000011 |
Color Harmonies of #AFDD77
Complementary color
Monochromatic Colors of #AFDD77
Black with #AFDD77
Text Example
Text Example
White with #AFDD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD77; }
p { color: rgb(175,221,119); }
H1.HeaderClassName
{
color: #AFDD77;
}
.AnyTagClassName
{
color: #AFDD77;
}
</style>
background-color css
<style>
a { background-color: #AFDD77; }
a { background-color: rgb(175,221,119); }
div.DivClassName
{
background-color: #AFDD77;
}
.BgClassName
{
background-color: #AFDD77;
}
</style>
border-color css
<style>
span { border-color: #AFDD77; }
span { border-color: rgb(175,221,119); }
td.TdClassName
{
border-color: #AFDD77;
}
.TagClassName
{
border-color: #AFDD77;
}
</style>