Shades of Feijoa #AFF488
Tints of Feijoa #AFF488
RGB
CMYK
RGB Variations
Color information
#AFF488 (or 0xAFF488) is known color: Feijoa. HEX triplet: AF, F4 and 88. RGB value is (175,244,136). Sum of RGB (Red+Green+Blue) = 175+244+136=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 244 (95.70% from 255 or 43.96% from 555); Blue value is 136 (53.52% from 255 or 24.50% from 555); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF488 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF488 is #500B77. Grayscale: #D3D3D3. Windows color (decimal): -5245816 or 8975535. OLE color: 8975535.
HSL color Cylindrical-coordinate representation of color #AFF488: hue angle of 98.33º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFF488 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 244 | 136 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.04 |
| HSL | 98.33º | 0.83% | 0.75% | - |
| HSV(B) | 98.33º | 0.44% | 0.96% | - |
| XYZ | 54.47 | 75.59 | 35.01 | - |
| YUV | 211.06 | 85.64 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 244 | 136 | 0.28 | 0 | 0.44 | 0.04 | 98.33 | 0.83 | 0.75 |
| Hex | AF | F4 | 88 | 1C | 0 | 2C | 4 | 62 | 53 | 4B |
| Octal | 257 | 364 | 210 | 34 | 0 | 54 | 4 | 142 | 123 | 113 |
| Binary | 10101111 | 11110100 | 10001000 | 11100 | 0 | 101100 | 100 | 1100010 | 1010011 | 1001011 |
Color Harmonies of #AFF488
Complementary color
Monochromatic Colors of #AFF488
Black with #AFF488
Text Example
Text Example
White with #AFF488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF488; }
p { color: rgb(175,244,136); }
H1.HeaderClassName
{
color: #AFF488;
}
.AnyTagClassName
{
color: #AFF488;
}
</style>
background-color css
<style>
a { background-color: #AFF488; }
a { background-color: rgb(175,244,136); }
div.DivClassName
{
background-color: #AFF488;
}
.BgClassName
{
background-color: #AFF488;
}
</style>
border-color css
<style>
span { border-color: #AFF488; }
span { border-color: rgb(175,244,136); }
td.TdClassName
{
border-color: #AFF488;
}
.TagClassName
{
border-color: #AFF488;
}
</style>