Shades of Feijoa #AFFD88
Tints of Feijoa #AFFD88
RGB
CMYK
RGB Variations
Color information
#AFFD88 (or 0xAFFD88) is known color: Feijoa. HEX triplet: AF, FD and 88. RGB value is (175,253,136). Sum of RGB (Red+Green+Blue) = 175+253+136=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 136 (53.52% from 255 or 24.11% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFD88 is #500277. Grayscale: #D8D8D8. Windows color (decimal): -5243512 or 8977839. OLE color: 8977839.
HSL color Cylindrical-coordinate representation of color #AFFD88: hue angle of 100º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFFD88 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 136 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.01 |
| HSL | 100º | 0.97% | 0.76% | - |
| HSV(B) | 100º | 0.46% | 0.99% | - |
| XYZ | 57.25 | 81.14 | 35.94 | - |
| YUV | 216.34 | 82.66 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 136 | 0.31 | 0 | 0.46 | 0.01 | 100 | 0.97 | 0.76 |
| Hex | AF | FD | 88 | 1F | 0 | 2E | 1 | 64 | 61 | 4C |
| Octal | 257 | 375 | 210 | 37 | 0 | 56 | 1 | 144 | 141 | 114 |
| Binary | 10101111 | 11111101 | 10001000 | 11111 | 0 | 101110 | 1 | 1100100 | 1100001 | 1001100 |
Color Harmonies of #AFFD88
Complementary color
Monochromatic Colors of #AFFD88
Black with #AFFD88
Text Example
Text Example
White with #AFFD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFD88; }
p { color: rgb(175,253,136); }
H1.HeaderClassName
{
color: #AFFD88;
}
.AnyTagClassName
{
color: #AFFD88;
}
</style>
background-color css
<style>
a { background-color: #AFFD88; }
a { background-color: rgb(175,253,136); }
div.DivClassName
{
background-color: #AFFD88;
}
.BgClassName
{
background-color: #AFFD88;
}
</style>
border-color css
<style>
span { border-color: #AFFD88; }
span { border-color: rgb(175,253,136); }
td.TdClassName
{
border-color: #AFFD88;
}
.TagClassName
{
border-color: #AFFD88;
}
</style>