Shades of Feijoa #ABFD7D
Tints of Feijoa #ABFD7D
RGB
CMYK
RGB Variations
Color information
#ABFD7D (or 0xABFD7D) is known color: Feijoa. HEX triplet: AB, FD and 7D. RGB value is (171,253,125). Sum of RGB (Red+Green+Blue) = 171+253+125=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFD7D is #540282. Grayscale: #D6D6D6. Windows color (decimal): -5505667 or 8256939. OLE color: 8256939.
HSL color Cylindrical-coordinate representation of color #ABFD7D: hue angle of 98.44º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABFD7D is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 125 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.01 |
| HSL | 98.44º | 0.97% | 0.74% | - |
| HSV(B) | 98.44º | 0.51% | 0.99% | - |
| XYZ | 55.62 | 80.39 | 31.99 | - |
| YUV | 213.89 | 77.83 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 125 | 0.32 | 0 | 0.51 | 0.01 | 98.44 | 0.97 | 0.74 |
| Hex | AB | FD | 7D | 20 | 0 | 33 | 1 | 62 | 61 | 4A |
| Octal | 253 | 375 | 175 | 40 | 0 | 63 | 1 | 142 | 141 | 112 |
| Binary | 10101011 | 11111101 | 1111101 | 100000 | 0 | 110011 | 1 | 1100010 | 1100001 | 1001010 |
Color Harmonies of #ABFD7D
Complementary color
Monochromatic Colors of #ABFD7D
Black with #ABFD7D
Text Example
Text Example
White with #ABFD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFD7D; }
p { color: rgb(171,253,125); }
H1.HeaderClassName
{
color: #ABFD7D;
}
.AnyTagClassName
{
color: #ABFD7D;
}
</style>
background-color css
<style>
a { background-color: #ABFD7D; }
a { background-color: rgb(171,253,125); }
div.DivClassName
{
background-color: #ABFD7D;
}
.BgClassName
{
background-color: #ABFD7D;
}
</style>
border-color css
<style>
span { border-color: #ABFD7D; }
span { border-color: rgb(171,253,125); }
td.TdClassName
{
border-color: #ABFD7D;
}
.TagClassName
{
border-color: #ABFD7D;
}
</style>