Shades of Fruit Salad #3ABD4E
Tints of Fruit Salad #3ABD4E
RGB
CMYK
RGB Variations
Color information
#3ABD4E (or 0x3ABD4E) is known color: Fruit Salad. HEX triplet: 3A, BD and 4E. RGB value is (58,189,78). Sum of RGB (Red+Green+Blue) = 58+189+78=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 189 (74.22% from 255 or 58.15% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 189 - color contains mainly: green. Hex color #3ABD4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ABD4E is #C542B1. Grayscale: #898989. Windows color (decimal): -12927666 or 5160250. OLE color: 5160250.
HSL color Cylindrical-coordinate representation of color #3ABD4E: hue angle of 129.16º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABD4E is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 189 | 78 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.26 |
| HSL | 129.16º | 0.53% | 0.48% | - |
| HSV(B) | 129.16º | 0.69% | 0.74% | - |
| XYZ | 21.32 | 37.84 | 13.39 | - |
| YUV | 137.18 | 94.6 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 189 | 78 | 0.69 | 0 | 0.59 | 0.26 | 129.16 | 0.53 | 0.48 |
| Hex | 3A | BD | 4E | 45 | 0 | 3B | 1A | 81 | 35 | 30 |
| Octal | 72 | 275 | 116 | 105 | 0 | 73 | 32 | 201 | 65 | 60 |
| Binary | 111010 | 10111101 | 1001110 | 1000101 | 0 | 111011 | 11010 | 10000001 | 110101 | 110000 |
Color Harmonies of #3ABD4E
Complementary color
Monochromatic Colors of #3ABD4E
Black with #3ABD4E
Text Example
Text Example
White with #3ABD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABD4E; }
p { color: rgb(58,189,78); }
H1.HeaderClassName
{
color: #3ABD4E;
}
.AnyTagClassName
{
color: #3ABD4E;
}
</style>
background-color css
<style>
a { background-color: #3ABD4E; }
a { background-color: rgb(58,189,78); }
div.DivClassName
{
background-color: #3ABD4E;
}
.BgClassName
{
background-color: #3ABD4E;
}
</style>
border-color css
<style>
span { border-color: #3ABD4E; }
span { border-color: rgb(58,189,78); }
td.TdClassName
{
border-color: #3ABD4E;
}
.TagClassName
{
border-color: #3ABD4E;
}
</style>