Shades of Feijoa #AFDC77
Tints of Feijoa #AFDC77
RGB
CMYK
RGB Variations
Color information
#AFDC77 (or 0xAFDC77) is known color: Feijoa. HEX triplet: AF, DC and 77. RGB value is (175,220,119). Sum of RGB (Red+Green+Blue) = 175+220+119=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDC77 is #502388. Grayscale: #C3C3C3. Windows color (decimal): -5251977 or 7855279. OLE color: 7855279.
HSL color Cylindrical-coordinate representation of color #AFDC77: hue angle of 86.73º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFDC77 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 119 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.14 |
| HSL | 86.73º | 0.59% | 0.66% | - |
| HSV(B) | 86.73º | 0.46% | 0.86% | - |
| XYZ | 46.6 | 61.63 | 26.89 | - |
| YUV | 195.03 | 85.09 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 119 | 0.20 | 0 | 0.46 | 0.14 | 86.73 | 0.59 | 0.66 |
| Hex | AF | DC | 77 | 14 | 0 | 2E | E | 57 | 3B | 42 |
| Octal | 257 | 334 | 167 | 24 | 0 | 56 | 16 | 127 | 73 | 102 |
| Binary | 10101111 | 11011100 | 1110111 | 10100 | 0 | 101110 | 1110 | 1010111 | 111011 | 1000010 |
Color Harmonies of #AFDC77
Complementary color
Monochromatic Colors of #AFDC77
Black with #AFDC77
Text Example
Text Example
White with #AFDC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC77; }
p { color: rgb(175,220,119); }
H1.HeaderClassName
{
color: #AFDC77;
}
.AnyTagClassName
{
color: #AFDC77;
}
</style>
background-color css
<style>
a { background-color: #AFDC77; }
a { background-color: rgb(175,220,119); }
div.DivClassName
{
background-color: #AFDC77;
}
.BgClassName
{
background-color: #AFDC77;
}
</style>
border-color css
<style>
span { border-color: #AFDC77; }
span { border-color: rgb(175,220,119); }
td.TdClassName
{
border-color: #AFDC77;
}
.TagClassName
{
border-color: #AFDC77;
}
</style>