Shades of Fruit Salad #3ABE4D
Tints of Fruit Salad #3ABE4D
RGB
CMYK
RGB Variations
Color information
#3ABE4D (or 0x3ABE4D) is known color: Fruit Salad. HEX triplet: 3A, BE and 4D. RGB value is (58,190,77). Sum of RGB (Red+Green+Blue) = 58+190+77=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 190 (74.61% from 255 or 58.46% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ABE4D is #C541B2. Grayscale: #898989. Windows color (decimal): -12927411 or 5094970. OLE color: 5094970.
HSL color Cylindrical-coordinate representation of color #3ABE4D: hue angle of 128.64º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABE4D is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 190 | 77 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.25 |
| HSL | 128.64º | 0.53% | 0.49% | - |
| HSV(B) | 128.64º | 0.69% | 0.75% | - |
| XYZ | 21.5 | 38.26 | 13.27 | - |
| YUV | 137.65 | 93.77 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 190 | 77 | 0.69 | 0 | 0.59 | 0.25 | 128.64 | 0.53 | 0.49 |
| Hex | 3A | BE | 4D | 45 | 0 | 3B | 19 | 81 | 35 | 31 |
| Octal | 72 | 276 | 115 | 105 | 0 | 73 | 31 | 201 | 65 | 61 |
| Binary | 111010 | 10111110 | 1001101 | 1000101 | 0 | 111011 | 11001 | 10000001 | 110101 | 110001 |
Color Harmonies of #3ABE4D
Complementary color
Monochromatic Colors of #3ABE4D
Black with #3ABE4D
Text Example
Text Example
White with #3ABE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABE4D; }
p { color: rgb(58,190,77); }
H1.HeaderClassName
{
color: #3ABE4D;
}
.AnyTagClassName
{
color: #3ABE4D;
}
</style>
background-color css
<style>
a { background-color: #3ABE4D; }
a { background-color: rgb(58,190,77); }
div.DivClassName
{
background-color: #3ABE4D;
}
.BgClassName
{
background-color: #3ABE4D;
}
</style>
border-color css
<style>
span { border-color: #3ABE4D; }
span { border-color: rgb(58,190,77); }
td.TdClassName
{
border-color: #3ABE4D;
}
.TagClassName
{
border-color: #3ABE4D;
}
</style>