Shades of Fruit Salad #3EBF54
Tints of Fruit Salad #3EBF54
RGB
CMYK
RGB Variations
Color information
#3EBF54 (or 0x3EBF54) is known color: Fruit Salad. HEX triplet: 3E, BF and 54. RGB value is (62,191,84). Sum of RGB (Red+Green+Blue) = 62+191+84=337 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.40% from 337); Green value is 191 (75% from 255 or 56.68% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 191 - color contains mainly: green. Hex color #3EBF54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EBF54 is #C140AB. Grayscale: #8C8C8C. Windows color (decimal): -12665004 or 5553982. OLE color: 5553982.
HSL color Cylindrical-coordinate representation of color #3EBF54: hue angle of 130.23º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EBF54 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 191 | 84 | - |
| CMYK | 0.68 | 0 | 0.56 | 0.25 |
| HSL | 130.23º | 0.51% | 0.5% | - |
| HSV(B) | 130.23º | 0.68% | 0.75% | - |
| XYZ | 22.22 | 38.93 | 14.73 | - |
| YUV | 140.23 | 96.26 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 191 | 84 | 0.68 | 0 | 0.56 | 0.25 | 130.23 | 0.51 | 0.5 |
| Hex | 3E | BF | 54 | 44 | 0 | 38 | 19 | 82 | 33 | 32 |
| Octal | 76 | 277 | 124 | 104 | 0 | 70 | 31 | 202 | 63 | 62 |
| Binary | 111110 | 10111111 | 1010100 | 1000100 | 0 | 111000 | 11001 | 10000010 | 110011 | 110010 |
Color Harmonies of #3EBF54
Complementary color
Monochromatic Colors of #3EBF54
Black with #3EBF54
Text Example
Text Example
White with #3EBF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBF54; }
p { color: rgb(62,191,84); }
H1.HeaderClassName
{
color: #3EBF54;
}
.AnyTagClassName
{
color: #3EBF54;
}
</style>
background-color css
<style>
a { background-color: #3EBF54; }
a { background-color: rgb(62,191,84); }
div.DivClassName
{
background-color: #3EBF54;
}
.BgClassName
{
background-color: #3EBF54;
}
</style>
border-color css
<style>
span { border-color: #3EBF54; }
span { border-color: rgb(62,191,84); }
td.TdClassName
{
border-color: #3EBF54;
}
.TagClassName
{
border-color: #3EBF54;
}
</style>