Shades of Feijoa #ABDD77
Tints of Feijoa #ABDD77
RGB
CMYK
RGB Variations
Color information
#ABDD77 (or 0xABDD77) is known color: Feijoa. HEX triplet: AB, DD and 77. RGB value is (171,221,119). Sum of RGB (Red+Green+Blue) = 171+221+119=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD77 is #542288. Grayscale: #C2C2C2. Windows color (decimal): -5513865 or 7855531. OLE color: 7855531.
HSL color Cylindrical-coordinate representation of color #ABDD77: hue angle of 89.41º degrees, saturation: 0.6, 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 #ABDD77 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 119 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.13 |
| HSL | 89.41º | 0.6% | 0.67% | - |
| HSV(B) | 89.41º | 0.46% | 0.87% | - |
| XYZ | 45.98 | 61.7 | 26.94 | - |
| YUV | 194.42 | 85.44 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 119 | 0.23 | 0 | 0.46 | 0.13 | 89.41 | 0.6 | 0.67 |
| Hex | AB | DD | 77 | 17 | 0 | 2E | D | 59 | 3C | 43 |
| Octal | 253 | 335 | 167 | 27 | 0 | 56 | 15 | 131 | 74 | 103 |
| Binary | 10101011 | 11011101 | 1110111 | 10111 | 0 | 101110 | 1101 | 1011001 | 111100 | 1000011 |
Color Harmonies of #ABDD77
Complementary color
Monochromatic Colors of #ABDD77
Black with #ABDD77
Text Example
Text Example
White with #ABDD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD77; }
p { color: rgb(171,221,119); }
H1.HeaderClassName
{
color: #ABDD77;
}
.AnyTagClassName
{
color: #ABDD77;
}
</style>
background-color css
<style>
a { background-color: #ABDD77; }
a { background-color: rgb(171,221,119); }
div.DivClassName
{
background-color: #ABDD77;
}
.BgClassName
{
background-color: #ABDD77;
}
</style>
border-color css
<style>
span { border-color: #ABDD77; }
span { border-color: rgb(171,221,119); }
td.TdClassName
{
border-color: #ABDD77;
}
.TagClassName
{
border-color: #ABDD77;
}
</style>