Shades of Feijoa #ABDB7B
Tints of Feijoa #ABDB7B
RGB
CMYK
RGB Variations
Color information
#ABDB7B (or 0xABDB7B) is known color: Feijoa. HEX triplet: AB, DB and 7B. RGB value is (171,219,123). Sum of RGB (Red+Green+Blue) = 171+219+123=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDB7B is #542484. Grayscale: #C2C2C2. Windows color (decimal): -5514373 or 8117163. OLE color: 8117163.
HSL color Cylindrical-coordinate representation of color #ABDB7B: hue angle of 90º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABDB7B is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
RGB | 171 | 219 | 123 | - |
CMYK | 0.22 | 0 | 0.44 | 0.14 |
HSL | 90º | 0.57% | 0.67% | - |
HSV(B) | 90º | 0.44% | 0.86% | - |
XYZ | 45.7 | 60.75 | 28.06 | - |
YUV | 193.7 | 88.1 | 111.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 219 | 123 | 0.22 | 0 | 0.44 | 0.14 | 90 | 0.57 | 0.67 |
Hex | AB | DB | 7B | 16 | 0 | 2C | E | 5A | 39 | 43 |
Octal | 253 | 333 | 173 | 26 | 0 | 54 | 16 | 132 | 71 | 103 |
Binary | 10101011 | 11011011 | 1111011 | 10110 | 0 | 101100 | 1110 | 1011010 | 111001 | 1000011 |
Color Harmonies of #ABDB7B
Complementary color
Monochromatic Colors of #ABDB7B
Black with #ABDB7B
Text Example
Text Example
White with #ABDB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB7B; }
p { color: rgb(171,219,123); }
H1.HeaderClassName
{
color: #ABDB7B;
}
.AnyTagClassName
{
color: #ABDB7B;
}
</style>
background-color css
<style>
a { background-color: #ABDB7B; }
a { background-color: rgb(171,219,123); }
div.DivClassName
{
background-color: #ABDB7B;
}
.BgClassName
{
background-color: #ABDB7B;
}
</style>
border-color css
<style>
span { border-color: #ABDB7B; }
span { border-color: rgb(171,219,123); }
td.TdClassName
{
border-color: #ABDB7B;
}
.TagClassName
{
border-color: #ABDB7B;
}
</style>