Shades of Feijoa #AFF581
Tints of Feijoa #AFF581
RGB
CMYK
RGB Variations
Color information
#AFF581 (or 0xAFF581) is known color: Feijoa. HEX triplet: AF, F5 and 81. RGB value is (175,245,129). Sum of RGB (Red+Green+Blue) = 175+245+129=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 129 (50.78% from 255 or 23.50% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF581 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF581 is #500A7E. Grayscale: #D3D3D3. Windows color (decimal): -5245567 or 8517039. OLE color: 8517039.
HSL color Cylindrical-coordinate representation of color #AFF581: hue angle of 96.21º degrees, saturation: 0.85, 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 #AFF581 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 129 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.04 |
| HSL | 96.21º | 0.85% | 0.73% | - |
| HSV(B) | 96.21º | 0.47% | 0.96% | - |
| XYZ | 54.29 | 76 | 32.58 | - |
| YUV | 210.85 | 81.81 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 129 | 0.29 | 0 | 0.47 | 0.04 | 96.21 | 0.85 | 0.73 |
| Hex | AF | F5 | 81 | 1D | 0 | 2F | 4 | 60 | 55 | 49 |
| Octal | 257 | 365 | 201 | 35 | 0 | 57 | 4 | 140 | 125 | 111 |
| Binary | 10101111 | 11110101 | 10000001 | 11101 | 0 | 101111 | 100 | 1100000 | 1010101 | 1001001 |
Color Harmonies of #AFF581
Complementary color
Monochromatic Colors of #AFF581
Black with #AFF581
Text Example
Text Example
White with #AFF581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF581; }
p { color: rgb(175,245,129); }
H1.HeaderClassName
{
color: #AFF581;
}
.AnyTagClassName
{
color: #AFF581;
}
</style>
background-color css
<style>
a { background-color: #AFF581; }
a { background-color: rgb(175,245,129); }
div.DivClassName
{
background-color: #AFF581;
}
.BgClassName
{
background-color: #AFF581;
}
</style>
border-color css
<style>
span { border-color: #AFF581; }
span { border-color: rgb(175,245,129); }
td.TdClassName
{
border-color: #AFF581;
}
.TagClassName
{
border-color: #AFF581;
}
</style>