Shades of Feijoa #ABF57D
Tints of Feijoa #ABF57D
RGB
CMYK
RGB Variations
Color information
#ABF57D (or 0xABF57D) is known color: Feijoa. HEX triplet: AB, F5 and 7D. RGB value is (171,245,125). Sum of RGB (Red+Green+Blue) = 171+245+125=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 245 (96.09% from 255 or 45.29% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF57D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF57D is #540A82. Grayscale: #D1D1D1. Windows color (decimal): -5507715 or 8254891. OLE color: 8254891.
HSL color Cylindrical-coordinate representation of color #ABF57D: hue angle of 97º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABF57D is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 245 | 125 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.04 |
| HSL | 97º | 0.86% | 0.73% | - |
| HSV(B) | 97º | 0.49% | 0.96% | - |
| XYZ | 53.15 | 75.44 | 31.16 | - |
| YUV | 209.19 | 80.48 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 245 | 125 | 0.30 | 0 | 0.49 | 0.04 | 97 | 0.86 | 0.73 |
| Hex | AB | F5 | 7D | 1E | 0 | 31 | 4 | 61 | 56 | 49 |
| Octal | 253 | 365 | 175 | 36 | 0 | 61 | 4 | 141 | 126 | 111 |
| Binary | 10101011 | 11110101 | 1111101 | 11110 | 0 | 110001 | 100 | 1100001 | 1010110 | 1001001 |
Color Harmonies of #ABF57D
Complementary color
Monochromatic Colors of #ABF57D
Black with #ABF57D
Text Example
Text Example
White with #ABF57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF57D; }
p { color: rgb(171,245,125); }
H1.HeaderClassName
{
color: #ABF57D;
}
.AnyTagClassName
{
color: #ABF57D;
}
</style>
background-color css
<style>
a { background-color: #ABF57D; }
a { background-color: rgb(171,245,125); }
div.DivClassName
{
background-color: #ABF57D;
}
.BgClassName
{
background-color: #ABF57D;
}
</style>
border-color css
<style>
span { border-color: #ABF57D; }
span { border-color: rgb(171,245,125); }
td.TdClassName
{
border-color: #ABF57D;
}
.TagClassName
{
border-color: #ABF57D;
}
</style>