Shades of Feijoa #AFDB84
Tints of Feijoa #AFDB84
RGB
CMYK
RGB Variations
Color information
#AFDB84 (or 0xAFDB84) is known color: Feijoa. HEX triplet: AF, DB and 84. RGB value is (175,219,132). Sum of RGB (Red+Green+Blue) = 175+219+132=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDB84 is #50247B. Grayscale: #C4C4C4. Windows color (decimal): -5252220 or 8706991. OLE color: 8706991.
HSL color Cylindrical-coordinate representation of color #AFDB84: hue angle of 90.34º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFDB84 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 132 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.14 |
| HSL | 90.34º | 0.55% | 0.69% | - |
| HSV(B) | 90.34º | 0.4% | 0.86% | - |
| XYZ | 47.18 | 61.44 | 31.2 | - |
| YUV | 195.93 | 91.92 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 132 | 0.20 | 0 | 0.40 | 0.14 | 90.34 | 0.55 | 0.69 |
| Hex | AF | DB | 84 | 14 | 0 | 28 | E | 5A | 37 | 45 |
| Octal | 257 | 333 | 204 | 24 | 0 | 50 | 16 | 132 | 67 | 105 |
| Binary | 10101111 | 11011011 | 10000100 | 10100 | 0 | 101000 | 1110 | 1011010 | 110111 | 1000101 |
Color Harmonies of #AFDB84
Complementary color
Monochromatic Colors of #AFDB84
Black with #AFDB84
Text Example
Text Example
White with #AFDB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB84; }
p { color: rgb(175,219,132); }
H1.HeaderClassName
{
color: #AFDB84;
}
.AnyTagClassName
{
color: #AFDB84;
}
</style>
background-color css
<style>
a { background-color: #AFDB84; }
a { background-color: rgb(175,219,132); }
div.DivClassName
{
background-color: #AFDB84;
}
.BgClassName
{
background-color: #AFDB84;
}
</style>
border-color css
<style>
span { border-color: #AFDB84; }
span { border-color: rgb(175,219,132); }
td.TdClassName
{
border-color: #AFDB84;
}
.TagClassName
{
border-color: #AFDB84;
}
</style>