Shades of Fruit Salad #3EBD55
Tints of Fruit Salad #3EBD55
RGB
CMYK
RGB Variations
Color information
#3EBD55 (or 0x3EBD55) is known color: Fruit Salad. HEX triplet: 3E, BD and 55. RGB value is (62,189,85). Sum of RGB (Red+Green+Blue) = 62+189+85=336 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.45% from 336); Green value is 189 (74.22% from 255 or 56.25% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 189 - color contains mainly: green. Hex color #3EBD55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EBD55 is #C142AA. Grayscale: #8B8B8B. Windows color (decimal): -12665515 or 5619006. OLE color: 5619006.
HSL color Cylindrical-coordinate representation of color #3EBD55: hue angle of 130.87º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EBD55 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 189 | 85 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.26 |
| HSL | 130.87º | 0.51% | 0.49% | - |
| HSV(B) | 130.87º | 0.67% | 0.74% | - |
| XYZ | 21.82 | 38.08 | 14.79 | - |
| YUV | 139.17 | 97.42 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 189 | 85 | 0.67 | 0 | 0.55 | 0.26 | 130.87 | 0.51 | 0.49 |
| Hex | 3E | BD | 55 | 43 | 0 | 37 | 1A | 83 | 33 | 31 |
| Octal | 76 | 275 | 125 | 103 | 0 | 67 | 32 | 203 | 63 | 61 |
| Binary | 111110 | 10111101 | 1010101 | 1000011 | 0 | 110111 | 11010 | 10000011 | 110011 | 110001 |
Color Harmonies of #3EBD55
Complementary color
Monochromatic Colors of #3EBD55
Black with #3EBD55
Text Example
Text Example
White with #3EBD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBD55; }
p { color: rgb(62,189,85); }
H1.HeaderClassName
{
color: #3EBD55;
}
.AnyTagClassName
{
color: #3EBD55;
}
</style>
background-color css
<style>
a { background-color: #3EBD55; }
a { background-color: rgb(62,189,85); }
div.DivClassName
{
background-color: #3EBD55;
}
.BgClassName
{
background-color: #3EBD55;
}
</style>
border-color css
<style>
span { border-color: #3EBD55; }
span { border-color: rgb(62,189,85); }
td.TdClassName
{
border-color: #3EBD55;
}
.TagClassName
{
border-color: #3EBD55;
}
</style>