Shades of Feijoa #AFDB74
Tints of Feijoa #AFDB74
RGB
CMYK
RGB Variations
Color information
#AFDB74 (or 0xAFDB74) is known color: Feijoa. HEX triplet: AF, DB and 74. RGB value is (175,219,116). Sum of RGB (Red+Green+Blue) = 175+219+116=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB74 is #50248B. Grayscale: #C2C2C2. Windows color (decimal): -5252236 or 7658415. OLE color: 7658415.
HSL color Cylindrical-coordinate representation of color #AFDB74: hue angle of 85.63º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFDB74 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 116 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.14 |
| HSL | 85.63º | 0.59% | 0.66% | - |
| HSV(B) | 85.63º | 0.47% | 0.86% | - |
| XYZ | 46.16 | 61.04 | 25.87 | - |
| YUV | 194.1 | 83.92 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 116 | 0.20 | 0 | 0.47 | 0.14 | 85.63 | 0.59 | 0.66 |
| Hex | AF | DB | 74 | 14 | 0 | 2F | E | 56 | 3B | 42 |
| Octal | 257 | 333 | 164 | 24 | 0 | 57 | 16 | 126 | 73 | 102 |
| Binary | 10101111 | 11011011 | 1110100 | 10100 | 0 | 101111 | 1110 | 1010110 | 111011 | 1000010 |
Color Harmonies of #AFDB74
Complementary color
Monochromatic Colors of #AFDB74
Black with #AFDB74
Text Example
Text Example
White with #AFDB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB74; }
p { color: rgb(175,219,116); }
H1.HeaderClassName
{
color: #AFDB74;
}
.AnyTagClassName
{
color: #AFDB74;
}
</style>
background-color css
<style>
a { background-color: #AFDB74; }
a { background-color: rgb(175,219,116); }
div.DivClassName
{
background-color: #AFDB74;
}
.BgClassName
{
background-color: #AFDB74;
}
</style>
border-color css
<style>
span { border-color: #AFDB74; }
span { border-color: rgb(175,219,116); }
td.TdClassName
{
border-color: #AFDB74;
}
.TagClassName
{
border-color: #AFDB74;
}
</style>