Shades of Feijoa #ABDE79
Tints of Feijoa #ABDE79
RGB
CMYK
RGB Variations
Color information
#ABDE79 (or 0xABDE79) is known color: Feijoa. HEX triplet: AB, DE and 79. RGB value is (171,222,121). Sum of RGB (Red+Green+Blue) = 171+222+121=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 121 (47.66% from 255 or 23.54% from 514); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDE79 is #542186. Grayscale: #C3C3C3. Windows color (decimal): -5513607 or 7986859. OLE color: 7986859.
HSL color Cylindrical-coordinate representation of color #ABDE79: hue angle of 90.3º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABDE79 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 121 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.13 |
| HSL | 90.3º | 0.6% | 0.67% | - |
| HSV(B) | 90.3º | 0.45% | 0.87% | - |
| XYZ | 46.37 | 62.28 | 27.67 | - |
| YUV | 195.24 | 86.1 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 121 | 0.23 | 0 | 0.45 | 0.13 | 90.3 | 0.6 | 0.67 |
| Hex | AB | DE | 79 | 17 | 0 | 2D | D | 5A | 3C | 43 |
| Octal | 253 | 336 | 171 | 27 | 0 | 55 | 15 | 132 | 74 | 103 |
| Binary | 10101011 | 11011110 | 1111001 | 10111 | 0 | 101101 | 1101 | 1011010 | 111100 | 1000011 |
Color Harmonies of #ABDE79
Complementary color
Monochromatic Colors of #ABDE79
Black with #ABDE79
Text Example
Text Example
White with #ABDE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDE79; }
p { color: rgb(171,222,121); }
H1.HeaderClassName
{
color: #ABDE79;
}
.AnyTagClassName
{
color: #ABDE79;
}
</style>
background-color css
<style>
a { background-color: #ABDE79; }
a { background-color: rgb(171,222,121); }
div.DivClassName
{
background-color: #ABDE79;
}
.BgClassName
{
background-color: #ABDE79;
}
</style>
border-color css
<style>
span { border-color: #ABDE79; }
span { border-color: rgb(171,222,121); }
td.TdClassName
{
border-color: #ABDE79;
}
.TagClassName
{
border-color: #ABDE79;
}
</style>