Shades of Feijoa #ABDF79
Tints of Feijoa #ABDF79
RGB
CMYK
RGB Variations
Color information
#ABDF79 (or 0xABDF79) is known color: Feijoa. HEX triplet: AB, DF and 79. RGB value is (171,223,121). Sum of RGB (Red+Green+Blue) = 171+223+121=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 121 (47.66% from 255 or 23.50% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDF79 is #542086. Grayscale: #C4C4C4. Windows color (decimal): -5513351 or 7987115. OLE color: 7987115.
HSL color Cylindrical-coordinate representation of color #ABDF79: hue angle of 90.59º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABDF79 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 121 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.13 |
| HSL | 90.59º | 0.61% | 0.67% | - |
| HSV(B) | 90.59º | 0.46% | 0.87% | - |
| XYZ | 46.63 | 62.81 | 27.76 | - |
| YUV | 195.82 | 85.77 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 121 | 0.23 | 0 | 0.46 | 0.13 | 90.59 | 0.61 | 0.67 |
| Hex | AB | DF | 79 | 17 | 0 | 2E | D | 5B | 3D | 43 |
| Octal | 253 | 337 | 171 | 27 | 0 | 56 | 15 | 133 | 75 | 103 |
| Binary | 10101011 | 11011111 | 1111001 | 10111 | 0 | 101110 | 1101 | 1011011 | 111101 | 1000011 |
Color Harmonies of #ABDF79
Complementary color
Monochromatic Colors of #ABDF79
Black with #ABDF79
Text Example
Text Example
White with #ABDF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF79; }
p { color: rgb(171,223,121); }
H1.HeaderClassName
{
color: #ABDF79;
}
.AnyTagClassName
{
color: #ABDF79;
}
</style>
background-color css
<style>
a { background-color: #ABDF79; }
a { background-color: rgb(171,223,121); }
div.DivClassName
{
background-color: #ABDF79;
}
.BgClassName
{
background-color: #ABDF79;
}
</style>
border-color css
<style>
span { border-color: #ABDF79; }
span { border-color: rgb(171,223,121); }
td.TdClassName
{
border-color: #ABDF79;
}
.TagClassName
{
border-color: #ABDF79;
}
</style>