Shades of Fruit Salad #3BB950
Tints of Fruit Salad #3BB950
RGB
CMYK
RGB Variations
Color information
#3BB950 (or 0x3BB950) is known color: Fruit Salad. HEX triplet: 3B, B9 and 50. RGB value is (59,185,80). Sum of RGB (Red+Green+Blue) = 59+185+80=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 185 (72.66% from 255 or 57.10% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 185 - color contains mainly: green. Hex color #3BB950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BB950 is #C446AF. Grayscale: #878787. Windows color (decimal): -12863152 or 5290299. OLE color: 5290299.
HSL color Cylindrical-coordinate representation of color #3BB950: hue angle of 130º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BB950 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 185 | 80 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.27 |
| HSL | 130º | 0.52% | 0.48% | - |
| HSV(B) | 130º | 0.68% | 0.73% | - |
| XYZ | 20.6 | 36.21 | 13.49 | - |
| YUV | 135.36 | 96.76 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 185 | 80 | 0.68 | 0 | 0.57 | 0.27 | 130 | 0.52 | 0.48 |
| Hex | 3B | B9 | 50 | 44 | 0 | 39 | 1B | 82 | 34 | 30 |
| Octal | 73 | 271 | 120 | 104 | 0 | 71 | 33 | 202 | 64 | 60 |
| Binary | 111011 | 10111001 | 1010000 | 1000100 | 0 | 111001 | 11011 | 10000010 | 110100 | 110000 |
Color Harmonies of #3BB950
Complementary color
Monochromatic Colors of #3BB950
Black with #3BB950
Text Example
Text Example
White with #3BB950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB950; }
p { color: rgb(59,185,80); }
H1.HeaderClassName
{
color: #3BB950;
}
.AnyTagClassName
{
color: #3BB950;
}
</style>
background-color css
<style>
a { background-color: #3BB950; }
a { background-color: rgb(59,185,80); }
div.DivClassName
{
background-color: #3BB950;
}
.BgClassName
{
background-color: #3BB950;
}
</style>
border-color css
<style>
span { border-color: #3BB950; }
span { border-color: rgb(59,185,80); }
td.TdClassName
{
border-color: #3BB950;
}
.TagClassName
{
border-color: #3BB950;
}
</style>