Shades of Feijoa #AFF482
Tints of Feijoa #AFF482
RGB
CMYK
RGB Variations
Color information
#AFF482 (or 0xAFF482) is known color: Feijoa. HEX triplet: AF, F4 and 82. RGB value is (175,244,130). Sum of RGB (Red+Green+Blue) = 175+244+130=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 244 (95.70% from 255 or 44.44% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF482 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF482 is #500B7D. Grayscale: #D2D2D2. Windows color (decimal): -5245822 or 8582319. OLE color: 8582319.
HSL color Cylindrical-coordinate representation of color #AFF482: hue angle of 96.32º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFF482 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 244 | 130 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.04 |
| HSL | 96.32º | 0.84% | 0.73% | - |
| HSV(B) | 96.32º | 0.47% | 0.96% | - |
| XYZ | 54.06 | 75.43 | 32.83 | - |
| YUV | 210.37 | 82.64 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 244 | 130 | 0.28 | 0 | 0.47 | 0.04 | 96.32 | 0.84 | 0.73 |
| Hex | AF | F4 | 82 | 1C | 0 | 2F | 4 | 60 | 54 | 49 |
| Octal | 257 | 364 | 202 | 34 | 0 | 57 | 4 | 140 | 124 | 111 |
| Binary | 10101111 | 11110100 | 10000010 | 11100 | 0 | 101111 | 100 | 1100000 | 1010100 | 1001001 |
Color Harmonies of #AFF482
Complementary color
Monochromatic Colors of #AFF482
Black with #AFF482
Text Example
Text Example
White with #AFF482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF482; }
p { color: rgb(175,244,130); }
H1.HeaderClassName
{
color: #AFF482;
}
.AnyTagClassName
{
color: #AFF482;
}
</style>
background-color css
<style>
a { background-color: #AFF482; }
a { background-color: rgb(175,244,130); }
div.DivClassName
{
background-color: #AFF482;
}
.BgClassName
{
background-color: #AFF482;
}
</style>
border-color css
<style>
span { border-color: #AFF482; }
span { border-color: rgb(175,244,130); }
td.TdClassName
{
border-color: #AFF482;
}
.TagClassName
{
border-color: #AFF482;
}
</style>