Shades of Feijoa #ABFC7D
Tints of Feijoa #ABFC7D
RGB
CMYK
RGB Variations
Color information
#ABFC7D (or 0xABFC7D) is known color: Feijoa. HEX triplet: AB, FC and 7D. RGB value is (171,252,125). Sum of RGB (Red+Green+Blue) = 171+252+125=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFC7D is #540382. Grayscale: #D5D5D5. Windows color (decimal): -5505923 or 8256683. OLE color: 8256683.
HSL color Cylindrical-coordinate representation of color #ABFC7D: hue angle of 98.27º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABFC7D is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 125 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.01 |
| HSL | 98.27º | 0.95% | 0.74% | - |
| HSV(B) | 98.27º | 0.5% | 0.99% | - |
| XYZ | 55.31 | 79.76 | 31.88 | - |
| YUV | 213.3 | 78.16 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 125 | 0.32 | 0 | 0.50 | 0.01 | 98.27 | 0.95 | 0.74 |
| Hex | AB | FC | 7D | 20 | 0 | 32 | 1 | 62 | 5F | 4A |
| Octal | 253 | 374 | 175 | 40 | 0 | 62 | 1 | 142 | 137 | 112 |
| Binary | 10101011 | 11111100 | 1111101 | 100000 | 0 | 110010 | 1 | 1100010 | 1011111 | 1001010 |
Color Harmonies of #ABFC7D
Complementary color
Monochromatic Colors of #ABFC7D
Black with #ABFC7D
Text Example
Text Example
White with #ABFC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC7D; }
p { color: rgb(171,252,125); }
H1.HeaderClassName
{
color: #ABFC7D;
}
.AnyTagClassName
{
color: #ABFC7D;
}
</style>
background-color css
<style>
a { background-color: #ABFC7D; }
a { background-color: rgb(171,252,125); }
div.DivClassName
{
background-color: #ABFC7D;
}
.BgClassName
{
background-color: #ABFC7D;
}
</style>
border-color css
<style>
span { border-color: #ABFC7D; }
span { border-color: rgb(171,252,125); }
td.TdClassName
{
border-color: #ABFC7D;
}
.TagClassName
{
border-color: #ABFC7D;
}
</style>