Shades of Feijoa #ABDD75
Tints of Feijoa #ABDD75
RGB
CMYK
RGB Variations
Color information
#ABDD75 (or 0xABDD75) is known color: Feijoa. HEX triplet: AB, DD and 75. RGB value is (171,221,117). Sum of RGB (Red+Green+Blue) = 171+221+117=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD75 is #54228A. Grayscale: #C2C2C2. Windows color (decimal): -5513867 or 7724459. OLE color: 7724459.
HSL color Cylindrical-coordinate representation of color #ABDD75: hue angle of 88.85º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABDD75 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 117 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.13 |
| HSL | 88.85º | 0.6% | 0.66% | - |
| HSV(B) | 88.85º | 0.47% | 0.87% | - |
| XYZ | 45.86 | 61.66 | 26.31 | - |
| YUV | 194.19 | 84.44 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 117 | 0.23 | 0 | 0.47 | 0.13 | 88.85 | 0.6 | 0.66 |
| Hex | AB | DD | 75 | 17 | 0 | 2F | D | 59 | 3C | 42 |
| Octal | 253 | 335 | 165 | 27 | 0 | 57 | 15 | 131 | 74 | 102 |
| Binary | 10101011 | 11011101 | 1110101 | 10111 | 0 | 101111 | 1101 | 1011001 | 111100 | 1000010 |
Color Harmonies of #ABDD75
Complementary color
Monochromatic Colors of #ABDD75
Black with #ABDD75
Text Example
Text Example
White with #ABDD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD75; }
p { color: rgb(171,221,117); }
H1.HeaderClassName
{
color: #ABDD75;
}
.AnyTagClassName
{
color: #ABDD75;
}
</style>
background-color css
<style>
a { background-color: #ABDD75; }
a { background-color: rgb(171,221,117); }
div.DivClassName
{
background-color: #ABDD75;
}
.BgClassName
{
background-color: #ABDD75;
}
</style>
border-color css
<style>
span { border-color: #ABDD75; }
span { border-color: rgb(171,221,117); }
td.TdClassName
{
border-color: #ABDD75;
}
.TagClassName
{
border-color: #ABDD75;
}
</style>