Shades of Fruit Salad #3BBE4C
Tints of Fruit Salad #3BBE4C
RGB
CMYK
RGB Variations
Color information
#3BBE4C (or 0x3BBE4C) is known color: Fruit Salad. HEX triplet: 3B, BE and 4C. RGB value is (59,190,76). Sum of RGB (Red+Green+Blue) = 59+190+76=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 190 (74.61% from 255 or 58.46% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 190 - color contains mainly: green. Hex color #3BBE4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBE4C is #C441B3. Grayscale: #8A8A8A. Windows color (decimal): -12861876 or 5029435. OLE color: 5029435.
HSL color Cylindrical-coordinate representation of color #3BBE4C: hue angle of 127.79º 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 #3BBE4C is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 190 | 76 | - |
| CMYK | 0.69 | 0 | 0.60 | 0.25 |
| HSL | 127.79º | 0.53% | 0.49% | - |
| HSV(B) | 127.79º | 0.69% | 0.75% | - |
| XYZ | 21.52 | 38.28 | 13.09 | - |
| YUV | 137.84 | 93.1 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 190 | 76 | 0.69 | 0 | 0.60 | 0.25 | 127.79 | 0.53 | 0.49 |
| Hex | 3B | BE | 4C | 45 | 0 | 3C | 19 | 80 | 35 | 31 |
| Octal | 73 | 276 | 114 | 105 | 0 | 74 | 31 | 200 | 65 | 61 |
| Binary | 111011 | 10111110 | 1001100 | 1000101 | 0 | 111100 | 11001 | 10000000 | 110101 | 110001 |
Color Harmonies of #3BBE4C
Complementary color
Monochromatic Colors of #3BBE4C
Black with #3BBE4C
Text Example
Text Example
White with #3BBE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBE4C; }
p { color: rgb(59,190,76); }
H1.HeaderClassName
{
color: #3BBE4C;
}
.AnyTagClassName
{
color: #3BBE4C;
}
</style>
background-color css
<style>
a { background-color: #3BBE4C; }
a { background-color: rgb(59,190,76); }
div.DivClassName
{
background-color: #3BBE4C;
}
.BgClassName
{
background-color: #3BBE4C;
}
</style>
border-color css
<style>
span { border-color: #3BBE4C; }
span { border-color: rgb(59,190,76); }
td.TdClassName
{
border-color: #3BBE4C;
}
.TagClassName
{
border-color: #3BBE4C;
}
</style>