Shades of Feijoa #ABDD74
Tints of Feijoa #ABDD74
RGB
CMYK
RGB Variations
Color information
#ABDD74 (or 0xABDD74) is known color: Feijoa. HEX triplet: AB, DD and 74. RGB value is (171,221,116). Sum of RGB (Red+Green+Blue) = 171+221+116=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD74 is #54228B. Grayscale: #C2C2C2. Windows color (decimal): -5513868 or 7658923. OLE color: 7658923.
HSL color Cylindrical-coordinate representation of color #ABDD74: hue angle of 88.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABDD74 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 116 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.13 |
| HSL | 88.57º | 0.61% | 0.66% | - |
| HSV(B) | 88.57º | 0.48% | 0.87% | - |
| XYZ | 45.8 | 61.63 | 26.01 | - |
| YUV | 194.08 | 83.94 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 116 | 0.23 | 0 | 0.48 | 0.13 | 88.57 | 0.61 | 0.66 |
| Hex | AB | DD | 74 | 17 | 0 | 30 | D | 59 | 3D | 42 |
| Octal | 253 | 335 | 164 | 27 | 0 | 60 | 15 | 131 | 75 | 102 |
| Binary | 10101011 | 11011101 | 1110100 | 10111 | 0 | 110000 | 1101 | 1011001 | 111101 | 1000010 |
Color Harmonies of #ABDD74
Complementary color
Monochromatic Colors of #ABDD74
Black with #ABDD74
Text Example
Text Example
White with #ABDD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD74; }
p { color: rgb(171,221,116); }
H1.HeaderClassName
{
color: #ABDD74;
}
.AnyTagClassName
{
color: #ABDD74;
}
</style>
background-color css
<style>
a { background-color: #ABDD74; }
a { background-color: rgb(171,221,116); }
div.DivClassName
{
background-color: #ABDD74;
}
.BgClassName
{
background-color: #ABDD74;
}
</style>
border-color css
<style>
span { border-color: #ABDD74; }
span { border-color: rgb(171,221,116); }
td.TdClassName
{
border-color: #ABDD74;
}
.TagClassName
{
border-color: #ABDD74;
}
</style>