Shades of Feijoa #AFDB87
Tints of Feijoa #AFDB87
RGB
CMYK
RGB Variations
Color information
#AFDB87 (or 0xAFDB87) is known color: Feijoa. HEX triplet: AF, DB and 87. RGB value is (175,219,135). Sum of RGB (Red+Green+Blue) = 175+219+135=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 135 (53.12% from 255 or 25.52% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDB87 is #502478. Grayscale: #C4C4C4. Windows color (decimal): -5252217 or 8903599. OLE color: 8903599.
HSL color Cylindrical-coordinate representation of color #AFDB87: hue angle of 91.43º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFDB87 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 135 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.14 |
| HSL | 91.43º | 0.54% | 0.69% | - |
| HSV(B) | 91.43º | 0.38% | 0.86% | - |
| XYZ | 47.38 | 61.53 | 32.3 | - |
| YUV | 196.27 | 93.42 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 135 | 0.20 | 0 | 0.38 | 0.14 | 91.43 | 0.54 | 0.69 |
| Hex | AF | DB | 87 | 14 | 0 | 26 | E | 5B | 36 | 45 |
| Octal | 257 | 333 | 207 | 24 | 0 | 46 | 16 | 133 | 66 | 105 |
| Binary | 10101111 | 11011011 | 10000111 | 10100 | 0 | 100110 | 1110 | 1011011 | 110110 | 1000101 |
Color Harmonies of #AFDB87
Complementary color
Monochromatic Colors of #AFDB87
Black with #AFDB87
Text Example
Text Example
White with #AFDB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB87; }
p { color: rgb(175,219,135); }
H1.HeaderClassName
{
color: #AFDB87;
}
.AnyTagClassName
{
color: #AFDB87;
}
</style>
background-color css
<style>
a { background-color: #AFDB87; }
a { background-color: rgb(175,219,135); }
div.DivClassName
{
background-color: #AFDB87;
}
.BgClassName
{
background-color: #AFDB87;
}
</style>
border-color css
<style>
span { border-color: #AFDB87; }
span { border-color: rgb(175,219,135); }
td.TdClassName
{
border-color: #AFDB87;
}
.TagClassName
{
border-color: #AFDB87;
}
</style>