Shades of Fruit Salad #3CB74C
Tints of Fruit Salad #3CB74C
RGB
CMYK
RGB Variations
Color information
#3CB74C (or 0x3CB74C) is known color: Fruit Salad. HEX triplet: 3C, B7 and 4C. RGB value is (60,183,76). Sum of RGB (Red+Green+Blue) = 60+183+76=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 183 (71.88% from 255 or 57.37% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 183 - color contains mainly: green. Hex color #3CB74C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB74C is #C348B3. Grayscale: #868686. Windows color (decimal): -12798132 or 5027644. OLE color: 5027644.
HSL color Cylindrical-coordinate representation of color #3CB74C: hue angle of 127.8º 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 #3CB74C is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 183 | 76 | - |
| CMYK | 0.67 | 0 | 0.58 | 0.28 |
| HSL | 127.8º | 0.51% | 0.48% | - |
| HSV(B) | 127.8º | 0.67% | 0.72% | - |
| XYZ | 20.1 | 35.35 | 12.6 | - |
| YUV | 134.03 | 95.25 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 183 | 76 | 0.67 | 0 | 0.58 | 0.28 | 127.8 | 0.51 | 0.48 |
| Hex | 3C | B7 | 4C | 43 | 0 | 3A | 1C | 80 | 33 | 30 |
| Octal | 74 | 267 | 114 | 103 | 0 | 72 | 34 | 200 | 63 | 60 |
| Binary | 111100 | 10110111 | 1001100 | 1000011 | 0 | 111010 | 11100 | 10000000 | 110011 | 110000 |
Color Harmonies of #3CB74C
Complementary color
Monochromatic Colors of #3CB74C
Black with #3CB74C
Text Example
Text Example
White with #3CB74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB74C; }
p { color: rgb(60,183,76); }
H1.HeaderClassName
{
color: #3CB74C;
}
.AnyTagClassName
{
color: #3CB74C;
}
</style>
background-color css
<style>
a { background-color: #3CB74C; }
a { background-color: rgb(60,183,76); }
div.DivClassName
{
background-color: #3CB74C;
}
.BgClassName
{
background-color: #3CB74C;
}
</style>
border-color css
<style>
span { border-color: #3CB74C; }
span { border-color: rgb(60,183,76); }
td.TdClassName
{
border-color: #3CB74C;
}
.TagClassName
{
border-color: #3CB74C;
}
</style>