Shades of Feijoa #ABDF7B
Tints of Feijoa #ABDF7B
RGB
CMYK
RGB Variations
Color information
#ABDF7B (or 0xABDF7B) is known color: Feijoa. HEX triplet: AB, DF and 7B. RGB value is (171,223,123). Sum of RGB (Red+Green+Blue) = 171+223+123=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDF7B is #542084. Grayscale: #C4C4C4. Windows color (decimal): -5513349 or 8118187. OLE color: 8118187.
HSL color Cylindrical-coordinate representation of color #ABDF7B: hue angle of 91.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABDF7B is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 123 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.13 |
| HSL | 91.2º | 0.61% | 0.68% | - |
| HSV(B) | 91.2º | 0.45% | 0.87% | - |
| XYZ | 46.76 | 62.86 | 28.41 | - |
| YUV | 196.05 | 86.77 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 123 | 0.23 | 0 | 0.45 | 0.13 | 91.2 | 0.61 | 0.68 |
| Hex | AB | DF | 7B | 17 | 0 | 2D | D | 5B | 3D | 44 |
| Octal | 253 | 337 | 173 | 27 | 0 | 55 | 15 | 133 | 75 | 104 |
| Binary | 10101011 | 11011111 | 1111011 | 10111 | 0 | 101101 | 1101 | 1011011 | 111101 | 1000100 |
Color Harmonies of #ABDF7B
Complementary color
Monochromatic Colors of #ABDF7B
Black with #ABDF7B
Text Example
Text Example
White with #ABDF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF7B; }
p { color: rgb(171,223,123); }
H1.HeaderClassName
{
color: #ABDF7B;
}
.AnyTagClassName
{
color: #ABDF7B;
}
</style>
background-color css
<style>
a { background-color: #ABDF7B; }
a { background-color: rgb(171,223,123); }
div.DivClassName
{
background-color: #ABDF7B;
}
.BgClassName
{
background-color: #ABDF7B;
}
</style>
border-color css
<style>
span { border-color: #ABDF7B; }
span { border-color: rgb(171,223,123); }
td.TdClassName
{
border-color: #ABDF7B;
}
.TagClassName
{
border-color: #ABDF7B;
}
</style>