Shades of Feijoa #ABDE71
Tints of Feijoa #ABDE71
RGB
CMYK
RGB Variations
Color information
#ABDE71 (or 0xABDE71) is known color: Feijoa. HEX triplet: AB, DE and 71. RGB value is (171,222,113). Sum of RGB (Red+Green+Blue) = 171+222+113=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDE71 is #54218E. Grayscale: #C2C2C2. Windows color (decimal): -5513615 or 7462571. OLE color: 7462571.
HSL color Cylindrical-coordinate representation of color #ABDE71: hue angle of 88.07º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABDE71 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 113 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.13 |
| HSL | 88.07º | 0.62% | 0.66% | - |
| HSV(B) | 88.07º | 0.49% | 0.87% | - |
| XYZ | 45.9 | 62.09 | 25.19 | - |
| YUV | 194.33 | 82.1 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 113 | 0.23 | 0 | 0.49 | 0.13 | 88.07 | 0.62 | 0.66 |
| Hex | AB | DE | 71 | 17 | 0 | 31 | D | 58 | 3E | 42 |
| Octal | 253 | 336 | 161 | 27 | 0 | 61 | 15 | 130 | 76 | 102 |
| Binary | 10101011 | 11011110 | 1110001 | 10111 | 0 | 110001 | 1101 | 1011000 | 111110 | 1000010 |
Color Harmonies of #ABDE71
Complementary color
Monochromatic Colors of #ABDE71
Black with #ABDE71
Text Example
Text Example
White with #ABDE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDE71; }
p { color: rgb(171,222,113); }
H1.HeaderClassName
{
color: #ABDE71;
}
.AnyTagClassName
{
color: #ABDE71;
}
</style>
background-color css
<style>
a { background-color: #ABDE71; }
a { background-color: rgb(171,222,113); }
div.DivClassName
{
background-color: #ABDE71;
}
.BgClassName
{
background-color: #ABDE71;
}
</style>
border-color css
<style>
span { border-color: #ABDE71; }
span { border-color: rgb(171,222,113); }
td.TdClassName
{
border-color: #ABDE71;
}
.TagClassName
{
border-color: #ABDE71;
}
</style>