Shades of Feijoa #ABDD79
Tints of Feijoa #ABDD79
RGB
CMYK
RGB Variations
Color information
#ABDD79 (or 0xABDD79) is known color: Feijoa. HEX triplet: AB, DD and 79. RGB value is (171,221,121). Sum of RGB (Red+Green+Blue) = 171+221+121=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 121 (47.66% from 255 or 23.59% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD79 is #542286. Grayscale: #C3C3C3. Windows color (decimal): -5513863 or 7986603. OLE color: 7986603.
HSL color Cylindrical-coordinate representation of color #ABDD79: hue angle of 90º 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 #ABDD79 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 121 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.13 |
| HSL | 90º | 0.6% | 0.67% | - |
| HSV(B) | 90º | 0.45% | 0.87% | - |
| XYZ | 46.1 | 61.75 | 27.58 | - |
| YUV | 194.65 | 86.44 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 121 | 0.23 | 0 | 0.45 | 0.13 | 90 | 0.6 | 0.67 |
| Hex | AB | DD | 79 | 17 | 0 | 2D | D | 5A | 3C | 43 |
| Octal | 253 | 335 | 171 | 27 | 0 | 55 | 15 | 132 | 74 | 103 |
| Binary | 10101011 | 11011101 | 1111001 | 10111 | 0 | 101101 | 1101 | 1011010 | 111100 | 1000011 |
Color Harmonies of #ABDD79
Complementary color
Monochromatic Colors of #ABDD79
Black with #ABDD79
Text Example
Text Example
White with #ABDD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD79; }
p { color: rgb(171,221,121); }
H1.HeaderClassName
{
color: #ABDD79;
}
.AnyTagClassName
{
color: #ABDD79;
}
</style>
background-color css
<style>
a { background-color: #ABDD79; }
a { background-color: rgb(171,221,121); }
div.DivClassName
{
background-color: #ABDD79;
}
.BgClassName
{
background-color: #ABDD79;
}
</style>
border-color css
<style>
span { border-color: #ABDD79; }
span { border-color: rgb(171,221,121); }
td.TdClassName
{
border-color: #ABDD79;
}
.TagClassName
{
border-color: #ABDD79;
}
</style>