Shades of Fruit Salad #3CB750
Tints of Fruit Salad #3CB750
RGB
CMYK
RGB Variations
Color information
#3CB750 (or 0x3CB750) is known color: Fruit Salad. HEX triplet: 3C, B7 and 50. RGB value is (60,183,80). Sum of RGB (Red+Green+Blue) = 60+183+80=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 183 (71.88% from 255 or 56.66% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 183 - color contains mainly: green. Hex color #3CB750 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB750 is #C348AF. Grayscale: #868686. Windows color (decimal): -12798128 or 5289788. OLE color: 5289788.
HSL color Cylindrical-coordinate representation of color #3CB750: hue angle of 129.76º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB750 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 183 | 80 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.28 |
| HSL | 129.76º | 0.51% | 0.48% | - |
| HSV(B) | 129.76º | 0.67% | 0.72% | - |
| XYZ | 20.24 | 35.41 | 13.36 | - |
| YUV | 134.48 | 97.25 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 183 | 80 | 0.67 | 0 | 0.56 | 0.28 | 129.76 | 0.51 | 0.48 |
| Hex | 3C | B7 | 50 | 43 | 0 | 38 | 1C | 82 | 33 | 30 |
| Octal | 74 | 267 | 120 | 103 | 0 | 70 | 34 | 202 | 63 | 60 |
| Binary | 111100 | 10110111 | 1010000 | 1000011 | 0 | 111000 | 11100 | 10000010 | 110011 | 110000 |
Color Harmonies of #3CB750
Complementary color
Monochromatic Colors of #3CB750
Black with #3CB750
Text Example
Text Example
White with #3CB750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB750; }
p { color: rgb(60,183,80); }
H1.HeaderClassName
{
color: #3CB750;
}
.AnyTagClassName
{
color: #3CB750;
}
</style>
background-color css
<style>
a { background-color: #3CB750; }
a { background-color: rgb(60,183,80); }
div.DivClassName
{
background-color: #3CB750;
}
.BgClassName
{
background-color: #3CB750;
}
</style>
border-color css
<style>
span { border-color: #3CB750; }
span { border-color: rgb(60,183,80); }
td.TdClassName
{
border-color: #3CB750;
}
.TagClassName
{
border-color: #3CB750;
}
</style>