Shades of Fruit Salad #3CB951
Tints of Fruit Salad #3CB951
RGB
CMYK
RGB Variations
Color information
#3CB951 (or 0x3CB951) is known color: Fruit Salad. HEX triplet: 3C, B9 and 51. RGB value is (60,185,81). Sum of RGB (Red+Green+Blue) = 60+185+81=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 185 (72.66% from 255 or 56.75% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 185 - color contains mainly: green. Hex color #3CB951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB951 is #C346AE. Grayscale: #888888. Windows color (decimal): -12797615 or 5355836. OLE color: 5355836.
HSL color Cylindrical-coordinate representation of color #3CB951: hue angle of 130.08º degrees, saturation: 0.51, 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 #3CB951 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 185 | 81 | - |
| CMYK | 0.68 | 0 | 0.56 | 0.27 |
| HSL | 130.08º | 0.51% | 0.48% | - |
| HSV(B) | 130.08º | 0.68% | 0.73% | - |
| XYZ | 20.7 | 36.25 | 13.69 | - |
| YUV | 135.77 | 97.09 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 185 | 81 | 0.68 | 0 | 0.56 | 0.27 | 130.08 | 0.51 | 0.48 |
| Hex | 3C | B9 | 51 | 44 | 0 | 38 | 1B | 82 | 33 | 30 |
| Octal | 74 | 271 | 121 | 104 | 0 | 70 | 33 | 202 | 63 | 60 |
| Binary | 111100 | 10111001 | 1010001 | 1000100 | 0 | 111000 | 11011 | 10000010 | 110011 | 110000 |
Color Harmonies of #3CB951
Complementary color
Monochromatic Colors of #3CB951
Black with #3CB951
Text Example
Text Example
White with #3CB951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB951; }
p { color: rgb(60,185,81); }
H1.HeaderClassName
{
color: #3CB951;
}
.AnyTagClassName
{
color: #3CB951;
}
</style>
background-color css
<style>
a { background-color: #3CB951; }
a { background-color: rgb(60,185,81); }
div.DivClassName
{
background-color: #3CB951;
}
.BgClassName
{
background-color: #3CB951;
}
</style>
border-color css
<style>
span { border-color: #3CB951; }
span { border-color: rgb(60,185,81); }
td.TdClassName
{
border-color: #3CB951;
}
.TagClassName
{
border-color: #3CB951;
}
</style>