Shades of Feijoa #AFDB73
Tints of Feijoa #AFDB73
RGB
CMYK
RGB Variations
Color information
#AFDB73 (or 0xAFDB73) is known color: Feijoa. HEX triplet: AF, DB and 73. RGB value is (175,219,115). Sum of RGB (Red+Green+Blue) = 175+219+115=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB73 is #50248C. Grayscale: #C2C2C2. Windows color (decimal): -5252237 or 7592879. OLE color: 7592879.
HSL color Cylindrical-coordinate representation of color #AFDB73: hue angle of 85.38º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFDB73 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 115 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.14 |
| HSL | 85.38º | 0.59% | 0.65% | - |
| HSV(B) | 85.38º | 0.47% | 0.86% | - |
| XYZ | 46.11 | 61.01 | 25.57 | - |
| YUV | 193.99 | 83.42 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 115 | 0.20 | 0 | 0.47 | 0.14 | 85.38 | 0.59 | 0.65 |
| Hex | AF | DB | 73 | 14 | 0 | 2F | E | 55 | 3B | 41 |
| Octal | 257 | 333 | 163 | 24 | 0 | 57 | 16 | 125 | 73 | 101 |
| Binary | 10101111 | 11011011 | 1110011 | 10100 | 0 | 101111 | 1110 | 1010101 | 111011 | 1000001 |
Color Harmonies of #AFDB73
Complementary color
Monochromatic Colors of #AFDB73
Black with #AFDB73
Text Example
Text Example
White with #AFDB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB73; }
p { color: rgb(175,219,115); }
H1.HeaderClassName
{
color: #AFDB73;
}
.AnyTagClassName
{
color: #AFDB73;
}
</style>
background-color css
<style>
a { background-color: #AFDB73; }
a { background-color: rgb(175,219,115); }
div.DivClassName
{
background-color: #AFDB73;
}
.BgClassName
{
background-color: #AFDB73;
}
</style>
border-color css
<style>
span { border-color: #AFDB73; }
span { border-color: rgb(175,219,115); }
td.TdClassName
{
border-color: #AFDB73;
}
.TagClassName
{
border-color: #AFDB73;
}
</style>