Shades of Feijoa #ABFD7B
Tints of Feijoa #ABFD7B
RGB
CMYK
RGB Variations
Color information
#ABFD7B (or 0xABFD7B) is known color: Feijoa. HEX triplet: AB, FD and 7B. RGB value is (171,253,123). Sum of RGB (Red+Green+Blue) = 171+253+123=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 123 (48.44% from 255 or 22.49% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFD7B is #540284. Grayscale: #D6D6D6. Windows color (decimal): -5505669 or 8125867. OLE color: 8125867.
HSL color Cylindrical-coordinate representation of color #ABFD7B: hue angle of 97.85º 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 #ABFD7B is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 123 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.01 |
| HSL | 97.85º | 0.97% | 0.74% | - |
| HSV(B) | 97.85º | 0.51% | 0.99% | - |
| XYZ | 55.5 | 80.34 | 31.32 | - |
| YUV | 213.66 | 76.83 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 123 | 0.32 | 0 | 0.51 | 0.01 | 97.85 | 0.97 | 0.74 |
| Hex | AB | FD | 7B | 20 | 0 | 33 | 1 | 62 | 61 | 4A |
| Octal | 253 | 375 | 173 | 40 | 0 | 63 | 1 | 142 | 141 | 112 |
| Binary | 10101011 | 11111101 | 1111011 | 100000 | 0 | 110011 | 1 | 1100010 | 1100001 | 1001010 |
Color Harmonies of #ABFD7B
Complementary color
Monochromatic Colors of #ABFD7B
Black with #ABFD7B
Text Example
Text Example
White with #ABFD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFD7B; }
p { color: rgb(171,253,123); }
H1.HeaderClassName
{
color: #ABFD7B;
}
.AnyTagClassName
{
color: #ABFD7B;
}
</style>
background-color css
<style>
a { background-color: #ABFD7B; }
a { background-color: rgb(171,253,123); }
div.DivClassName
{
background-color: #ABFD7B;
}
.BgClassName
{
background-color: #ABFD7B;
}
</style>
border-color css
<style>
span { border-color: #ABFD7B; }
span { border-color: rgb(171,253,123); }
td.TdClassName
{
border-color: #ABFD7B;
}
.TagClassName
{
border-color: #ABFD7B;
}
</style>