Shades of Feijoa #AFEF88
Tints of Feijoa #AFEF88
RGB
CMYK
RGB Variations
Color information
#AFEF88 (or 0xAFEF88) is known color: Feijoa. HEX triplet: AF, EF and 88. RGB value is (175,239,136). Sum of RGB (Red+Green+Blue) = 175+239+136=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 136 (53.52% from 255 or 24.73% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEF88 is #501077. Grayscale: #D0D0D0. Windows color (decimal): -5247096 or 8974255. OLE color: 8974255.
HSL color Cylindrical-coordinate representation of color #AFEF88: hue angle of 97.28º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFEF88 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 239 | 136 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.06 |
| HSL | 97.28º | 0.76% | 0.74% | - |
| HSV(B) | 97.28º | 0.43% | 0.94% | - |
| XYZ | 52.99 | 72.62 | 34.52 | - |
| YUV | 208.12 | 87.3 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 239 | 136 | 0.27 | 0 | 0.43 | 0.06 | 97.28 | 0.76 | 0.74 |
| Hex | AF | EF | 88 | 1B | 0 | 2B | 6 | 61 | 4C | 4A |
| Octal | 257 | 357 | 210 | 33 | 0 | 53 | 6 | 141 | 114 | 112 |
| Binary | 10101111 | 11101111 | 10001000 | 11011 | 0 | 101011 | 110 | 1100001 | 1001100 | 1001010 |
Color Harmonies of #AFEF88
Complementary color
Monochromatic Colors of #AFEF88
Black with #AFEF88
Text Example
Text Example
White with #AFEF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEF88; }
p { color: rgb(175,239,136); }
H1.HeaderClassName
{
color: #AFEF88;
}
.AnyTagClassName
{
color: #AFEF88;
}
</style>
background-color css
<style>
a { background-color: #AFEF88; }
a { background-color: rgb(175,239,136); }
div.DivClassName
{
background-color: #AFEF88;
}
.BgClassName
{
background-color: #AFEF88;
}
</style>
border-color css
<style>
span { border-color: #AFEF88; }
span { border-color: rgb(175,239,136); }
td.TdClassName
{
border-color: #AFEF88;
}
.TagClassName
{
border-color: #AFEF88;
}
</style>