Shades of Feijoa #AFDF77
Tints of Feijoa #AFDF77
RGB
CMYK
RGB Variations
Color information
#AFDF77 (or 0xAFDF77) is known color: Feijoa. HEX triplet: AF, DF and 77. RGB value is (175,223,119). Sum of RGB (Red+Green+Blue) = 175+223+119=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF77 is #502088. Grayscale: #C5C5C5. Windows color (decimal): -5251209 or 7856047. OLE color: 7856047.
HSL color Cylindrical-coordinate representation of color #AFDF77: hue angle of 87.69º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFDF77 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 119 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.13 |
| HSL | 87.69º | 0.62% | 0.67% | - |
| HSV(B) | 87.69º | 0.47% | 0.87% | - |
| XYZ | 47.4 | 63.22 | 27.16 | - |
| YUV | 196.79 | 84.1 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 119 | 0.22 | 0 | 0.47 | 0.13 | 87.69 | 0.62 | 0.67 |
| Hex | AF | DF | 77 | 16 | 0 | 2F | D | 58 | 3E | 43 |
| Octal | 257 | 337 | 167 | 26 | 0 | 57 | 15 | 130 | 76 | 103 |
| Binary | 10101111 | 11011111 | 1110111 | 10110 | 0 | 101111 | 1101 | 1011000 | 111110 | 1000011 |
Color Harmonies of #AFDF77
Complementary color
Monochromatic Colors of #AFDF77
Black with #AFDF77
Text Example
Text Example
White with #AFDF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF77; }
p { color: rgb(175,223,119); }
H1.HeaderClassName
{
color: #AFDF77;
}
.AnyTagClassName
{
color: #AFDF77;
}
</style>
background-color css
<style>
a { background-color: #AFDF77; }
a { background-color: rgb(175,223,119); }
div.DivClassName
{
background-color: #AFDF77;
}
.BgClassName
{
background-color: #AFDF77;
}
</style>
border-color css
<style>
span { border-color: #AFDF77; }
span { border-color: rgb(175,223,119); }
td.TdClassName
{
border-color: #AFDF77;
}
.TagClassName
{
border-color: #AFDF77;
}
</style>