Shades of Feijoa #AFDD88
Tints of Feijoa #AFDD88
RGB
CMYK
RGB Variations
Color information
#AFDD88 (or 0xAFDD88) is known color: Feijoa. HEX triplet: AF, DD and 88. RGB value is (175,221,136). Sum of RGB (Red+Green+Blue) = 175+221+136=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDD88 is #502277. Grayscale: #C5C5C5. Windows color (decimal): -5251704 or 8969647. OLE color: 8969647.
HSL color Cylindrical-coordinate representation of color #AFDD88: hue angle of 92.47º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFDD88 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 136 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.13 |
| HSL | 92.47º | 0.56% | 0.7% | - |
| HSV(B) | 92.47º | 0.38% | 0.87% | - |
| XYZ | 47.98 | 62.6 | 32.85 | - |
| YUV | 197.56 | 93.26 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 136 | 0.21 | 0 | 0.38 | 0.13 | 92.47 | 0.56 | 0.7 |
| Hex | AF | DD | 88 | 15 | 0 | 26 | D | 5C | 38 | 46 |
| Octal | 257 | 335 | 210 | 25 | 0 | 46 | 15 | 134 | 70 | 106 |
| Binary | 10101111 | 11011101 | 10001000 | 10101 | 0 | 100110 | 1101 | 1011100 | 111000 | 1000110 |
Color Harmonies of #AFDD88
Complementary color
Monochromatic Colors of #AFDD88
Black with #AFDD88
Text Example
Text Example
White with #AFDD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD88; }
p { color: rgb(175,221,136); }
H1.HeaderClassName
{
color: #AFDD88;
}
.AnyTagClassName
{
color: #AFDD88;
}
</style>
background-color css
<style>
a { background-color: #AFDD88; }
a { background-color: rgb(175,221,136); }
div.DivClassName
{
background-color: #AFDD88;
}
.BgClassName
{
background-color: #AFDD88;
}
</style>
border-color css
<style>
span { border-color: #AFDD88; }
span { border-color: rgb(175,221,136); }
td.TdClassName
{
border-color: #AFDD88;
}
.TagClassName
{
border-color: #AFDD88;
}
</style>