Shades of Feijoa #ABDC77
Tints of Feijoa #ABDC77
RGB
CMYK
RGB Variations
Color information
#ABDC77 (or 0xABDC77) is known color: Feijoa. HEX triplet: AB, DC and 77. RGB value is (171,220,119). Sum of RGB (Red+Green+Blue) = 171+220+119=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC77 is #542388. Grayscale: #C2C2C2. Windows color (decimal): -5514121 or 7855275. OLE color: 7855275.
HSL color Cylindrical-coordinate representation of color #ABDC77: hue angle of 89.11º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABDC77 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 119 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.14 |
| HSL | 89.11º | 0.59% | 0.66% | - |
| HSV(B) | 89.11º | 0.46% | 0.86% | - |
| XYZ | 45.72 | 61.18 | 26.85 | - |
| YUV | 193.84 | 85.77 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 119 | 0.22 | 0 | 0.46 | 0.14 | 89.11 | 0.59 | 0.66 |
| Hex | AB | DC | 77 | 16 | 0 | 2E | E | 59 | 3B | 42 |
| Octal | 253 | 334 | 167 | 26 | 0 | 56 | 16 | 131 | 73 | 102 |
| Binary | 10101011 | 11011100 | 1110111 | 10110 | 0 | 101110 | 1110 | 1011001 | 111011 | 1000010 |
Color Harmonies of #ABDC77
Complementary color
Monochromatic Colors of #ABDC77
Black with #ABDC77
Text Example
Text Example
White with #ABDC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC77; }
p { color: rgb(171,220,119); }
H1.HeaderClassName
{
color: #ABDC77;
}
.AnyTagClassName
{
color: #ABDC77;
}
</style>
background-color css
<style>
a { background-color: #ABDC77; }
a { background-color: rgb(171,220,119); }
div.DivClassName
{
background-color: #ABDC77;
}
.BgClassName
{
background-color: #ABDC77;
}
</style>
border-color css
<style>
span { border-color: #ABDC77; }
span { border-color: rgb(171,220,119); }
td.TdClassName
{
border-color: #ABDC77;
}
.TagClassName
{
border-color: #ABDC77;
}
</style>