Shades of Feijoa #ABD385
Tints of Feijoa #ABD385
RGB
CMYK
RGB Variations
Color information
#ABD385 (or 0xABD385) is known color: Feijoa. HEX triplet: AB, D3 and 85. RGB value is (171,211,133). Sum of RGB (Red+Green+Blue) = 171+211+133=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD385 is #542C7A. Grayscale: #BEBEBE. Windows color (decimal): -5516411 or 8770475. OLE color: 8770475.
HSL color Cylindrical-coordinate representation of color #ABD385: hue angle of 90.77º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABD385 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 211 | 133 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.17 |
| HSL | 90.77º | 0.47% | 0.67% | - |
| HSV(B) | 90.77º | 0.37% | 0.83% | - |
| XYZ | 44.32 | 56.94 | 30.84 | - |
| YUV | 190.15 | 95.75 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 211 | 133 | 0.19 | 0 | 0.37 | 0.17 | 90.77 | 0.47 | 0.67 |
| Hex | AB | D3 | 85 | 13 | 0 | 25 | 11 | 5B | 2F | 43 |
| Octal | 253 | 323 | 205 | 23 | 0 | 45 | 21 | 133 | 57 | 103 |
| Binary | 10101011 | 11010011 | 10000101 | 10011 | 0 | 100101 | 10001 | 1011011 | 101111 | 1000011 |
Color Harmonies of #ABD385
Complementary color
Monochromatic Colors of #ABD385
Black with #ABD385
Text Example
Text Example
White with #ABD385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD385; }
p { color: rgb(171,211,133); }
H1.HeaderClassName
{
color: #ABD385;
}
.AnyTagClassName
{
color: #ABD385;
}
</style>
background-color css
<style>
a { background-color: #ABD385; }
a { background-color: rgb(171,211,133); }
div.DivClassName
{
background-color: #ABD385;
}
.BgClassName
{
background-color: #ABD385;
}
</style>
border-color css
<style>
span { border-color: #ABD385; }
span { border-color: rgb(171,211,133); }
td.TdClassName
{
border-color: #ABD385;
}
.TagClassName
{
border-color: #ABD385;
}
</style>