Shades of Fruit Salad #3BBC4E
Tints of Fruit Salad #3BBC4E
RGB
CMYK
RGB Variations
Color information
#3BBC4E (or 0x3BBC4E) is known color: Fruit Salad. HEX triplet: 3B, BC and 4E. RGB value is (59,188,78). Sum of RGB (Red+Green+Blue) = 59+188+78=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BBC4E is #C443B1. Grayscale: #898989. Windows color (decimal): -12862386 or 5159995. OLE color: 5159995.
HSL color Cylindrical-coordinate representation of color #3BBC4E: hue angle of 128.84º degrees, saturation: 0.52, 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 #3BBC4E is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 188 | 78 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.26 |
| HSL | 128.84º | 0.52% | 0.48% | - |
| HSV(B) | 128.84º | 0.69% | 0.74% | - |
| XYZ | 21.16 | 37.45 | 13.32 | - |
| YUV | 136.89 | 94.76 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 78 | 0.69 | 0 | 0.59 | 0.26 | 128.84 | 0.52 | 0.48 |
| Hex | 3B | BC | 4E | 45 | 0 | 3B | 1A | 81 | 34 | 30 |
| Octal | 73 | 274 | 116 | 105 | 0 | 73 | 32 | 201 | 64 | 60 |
| Binary | 111011 | 10111100 | 1001110 | 1000101 | 0 | 111011 | 11010 | 10000001 | 110100 | 110000 |
Color Harmonies of #3BBC4E
Complementary color
Monochromatic Colors of #3BBC4E
Black with #3BBC4E
Text Example
Text Example
White with #3BBC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBC4E; }
p { color: rgb(59,188,78); }
H1.HeaderClassName
{
color: #3BBC4E;
}
.AnyTagClassName
{
color: #3BBC4E;
}
</style>
background-color css
<style>
a { background-color: #3BBC4E; }
a { background-color: rgb(59,188,78); }
div.DivClassName
{
background-color: #3BBC4E;
}
.BgClassName
{
background-color: #3BBC4E;
}
</style>
border-color css
<style>
span { border-color: #3BBC4E; }
span { border-color: rgb(59,188,78); }
td.TdClassName
{
border-color: #3BBC4E;
}
.TagClassName
{
border-color: #3BBC4E;
}
</style>