Shades of Feijoa #AFDB88
Tints of Feijoa #AFDB88
RGB
CMYK
RGB Variations
Color information
#AFDB88 (or 0xAFDB88) is known color: Feijoa. HEX triplet: AF, DB and 88. RGB value is (175,219,136). Sum of RGB (Red+Green+Blue) = 175+219+136=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDB88 is #502477. Grayscale: #C4C4C4. Windows color (decimal): -5252216 or 8969135. OLE color: 8969135.
HSL color Cylindrical-coordinate representation of color #AFDB88: hue angle of 91.81º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFDB88 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 136 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.14 |
| HSL | 91.81º | 0.54% | 0.7% | - |
| HSV(B) | 91.81º | 0.38% | 0.86% | - |
| XYZ | 47.45 | 61.55 | 32.67 | - |
| YUV | 196.38 | 93.92 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 136 | 0.20 | 0 | 0.38 | 0.14 | 91.81 | 0.54 | 0.7 |
| Hex | AF | DB | 88 | 14 | 0 | 26 | E | 5C | 36 | 46 |
| Octal | 257 | 333 | 210 | 24 | 0 | 46 | 16 | 134 | 66 | 106 |
| Binary | 10101111 | 11011011 | 10001000 | 10100 | 0 | 100110 | 1110 | 1011100 | 110110 | 1000110 |
Color Harmonies of #AFDB88
Complementary color
Monochromatic Colors of #AFDB88
Black with #AFDB88
Text Example
Text Example
White with #AFDB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB88; }
p { color: rgb(175,219,136); }
H1.HeaderClassName
{
color: #AFDB88;
}
.AnyTagClassName
{
color: #AFDB88;
}
</style>
background-color css
<style>
a { background-color: #AFDB88; }
a { background-color: rgb(175,219,136); }
div.DivClassName
{
background-color: #AFDB88;
}
.BgClassName
{
background-color: #AFDB88;
}
</style>
border-color css
<style>
span { border-color: #AFDB88; }
span { border-color: rgb(175,219,136); }
td.TdClassName
{
border-color: #AFDB88;
}
.TagClassName
{
border-color: #AFDB88;
}
</style>