Shades of Feijoa #ABDD7D
Tints of Feijoa #ABDD7D
RGB
CMYK
RGB Variations
Color information
#ABDD7D (or 0xABDD7D) is known color: Feijoa. HEX triplet: AB, DD and 7D. RGB value is (171,221,125). Sum of RGB (Red+Green+Blue) = 171+221+125=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD7D is #542282. Grayscale: #C3C3C3. Windows color (decimal): -5513859 or 8248747. OLE color: 8248747.
HSL color Cylindrical-coordinate representation of color #ABDD7D: hue angle of 91.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABDD7D is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 125 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.13 |
| HSL | 91.25º | 0.59% | 0.68% | - |
| HSV(B) | 91.25º | 0.43% | 0.87% | - |
| XYZ | 46.35 | 61.85 | 28.9 | - |
| YUV | 195.11 | 88.44 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 125 | 0.23 | 0 | 0.43 | 0.13 | 91.25 | 0.59 | 0.68 |
| Hex | AB | DD | 7D | 17 | 0 | 2B | D | 5B | 3B | 44 |
| Octal | 253 | 335 | 175 | 27 | 0 | 53 | 15 | 133 | 73 | 104 |
| Binary | 10101011 | 11011101 | 1111101 | 10111 | 0 | 101011 | 1101 | 1011011 | 111011 | 1000100 |
Color Harmonies of #ABDD7D
Complementary color
Monochromatic Colors of #ABDD7D
Black with #ABDD7D
Text Example
Text Example
White with #ABDD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD7D; }
p { color: rgb(171,221,125); }
H1.HeaderClassName
{
color: #ABDD7D;
}
.AnyTagClassName
{
color: #ABDD7D;
}
</style>
background-color css
<style>
a { background-color: #ABDD7D; }
a { background-color: rgb(171,221,125); }
div.DivClassName
{
background-color: #ABDD7D;
}
.BgClassName
{
background-color: #ABDD7D;
}
</style>
border-color css
<style>
span { border-color: #ABDD7D; }
span { border-color: rgb(171,221,125); }
td.TdClassName
{
border-color: #ABDD7D;
}
.TagClassName
{
border-color: #ABDD7D;
}
</style>