Shades of Fruit Salad #3CB751
Tints of Fruit Salad #3CB751
RGB
CMYK
RGB Variations
Color information
#3CB751 (or 0x3CB751) is known color: Fruit Salad. HEX triplet: 3C, B7 and 51. RGB value is (60,183,81). Sum of RGB (Red+Green+Blue) = 60+183+81=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 183 (71.88% from 255 or 56.48% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 183 - color contains mainly: green. Hex color #3CB751 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB751 is #C348AE. Grayscale: #868686. Windows color (decimal): -12798127 or 5355324. OLE color: 5355324.
HSL color Cylindrical-coordinate representation of color #3CB751: hue angle of 130.24º 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 #3CB751 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 183 | 81 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.28 |
| HSL | 130.24º | 0.51% | 0.48% | - |
| HSV(B) | 130.24º | 0.67% | 0.72% | - |
| XYZ | 20.28 | 35.42 | 13.55 | - |
| YUV | 134.6 | 97.75 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 183 | 81 | 0.67 | 0 | 0.56 | 0.28 | 130.24 | 0.51 | 0.48 |
| Hex | 3C | B7 | 51 | 43 | 0 | 38 | 1C | 82 | 33 | 30 |
| Octal | 74 | 267 | 121 | 103 | 0 | 70 | 34 | 202 | 63 | 60 |
| Binary | 111100 | 10110111 | 1010001 | 1000011 | 0 | 111000 | 11100 | 10000010 | 110011 | 110000 |
Color Harmonies of #3CB751
Complementary color
Monochromatic Colors of #3CB751
Black with #3CB751
Text Example
Text Example
White with #3CB751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB751; }
p { color: rgb(60,183,81); }
H1.HeaderClassName
{
color: #3CB751;
}
.AnyTagClassName
{
color: #3CB751;
}
</style>
background-color css
<style>
a { background-color: #3CB751; }
a { background-color: rgb(60,183,81); }
div.DivClassName
{
background-color: #3CB751;
}
.BgClassName
{
background-color: #3CB751;
}
</style>
border-color css
<style>
span { border-color: #3CB751; }
span { border-color: rgb(60,183,81); }
td.TdClassName
{
border-color: #3CB751;
}
.TagClassName
{
border-color: #3CB751;
}
</style>