Shades of Feijoa #ABDF7D
Tints of Feijoa #ABDF7D
RGB
CMYK
RGB Variations
Color information
#ABDF7D (or 0xABDF7D) is known color: Feijoa. HEX triplet: AB, DF and 7D. RGB value is (171,223,125). Sum of RGB (Red+Green+Blue) = 171+223+125=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDF7D is #542082. Grayscale: #C4C4C4. Windows color (decimal): -5513347 or 8249259. OLE color: 8249259.
HSL color Cylindrical-coordinate representation of color #ABDF7D: hue angle of 91.84º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABDF7D is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 125 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.13 |
| HSL | 91.84º | 0.6% | 0.68% | - |
| HSV(B) | 91.84º | 0.44% | 0.87% | - |
| XYZ | 46.88 | 62.91 | 29.07 | - |
| YUV | 196.28 | 87.77 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 125 | 0.23 | 0 | 0.44 | 0.13 | 91.84 | 0.6 | 0.68 |
| Hex | AB | DF | 7D | 17 | 0 | 2C | D | 5C | 3C | 44 |
| Octal | 253 | 337 | 175 | 27 | 0 | 54 | 15 | 134 | 74 | 104 |
| Binary | 10101011 | 11011111 | 1111101 | 10111 | 0 | 101100 | 1101 | 1011100 | 111100 | 1000100 |
Color Harmonies of #ABDF7D
Complementary color
Monochromatic Colors of #ABDF7D
Black with #ABDF7D
Text Example
Text Example
White with #ABDF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF7D; }
p { color: rgb(171,223,125); }
H1.HeaderClassName
{
color: #ABDF7D;
}
.AnyTagClassName
{
color: #ABDF7D;
}
</style>
background-color css
<style>
a { background-color: #ABDF7D; }
a { background-color: rgb(171,223,125); }
div.DivClassName
{
background-color: #ABDF7D;
}
.BgClassName
{
background-color: #ABDF7D;
}
</style>
border-color css
<style>
span { border-color: #ABDF7D; }
span { border-color: rgb(171,223,125); }
td.TdClassName
{
border-color: #ABDF7D;
}
.TagClassName
{
border-color: #ABDF7D;
}
</style>