Shades of Fruit Salad #3CB847
Tints of Fruit Salad #3CB847
RGB
CMYK
RGB Variations
Color information
#3CB847 (or 0x3CB847) is known color: Fruit Salad. HEX triplet: 3C, B8 and 47. RGB value is (60,184,71). Sum of RGB (Red+Green+Blue) = 60+184+71=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 184 (72.27% from 255 or 58.41% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 184 - color contains mainly: green. Hex color #3CB847 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB847 is #C347B8. Grayscale: #868686. Windows color (decimal): -12797881 or 4700220. OLE color: 4700220.
HSL color Cylindrical-coordinate representation of color #3CB847: hue angle of 125.32º 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 #3CB847 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 184 | 71 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.28 |
| HSL | 125.32º | 0.51% | 0.48% | - |
| HSV(B) | 125.32º | 0.67% | 0.72% | - |
| XYZ | 20.14 | 35.7 | 11.79 | - |
| YUV | 134.04 | 92.42 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 184 | 71 | 0.67 | 0 | 0.61 | 0.28 | 125.32 | 0.51 | 0.48 |
| Hex | 3C | B8 | 47 | 43 | 0 | 3D | 1C | 7D | 33 | 30 |
| Octal | 74 | 270 | 107 | 103 | 0 | 75 | 34 | 175 | 63 | 60 |
| Binary | 111100 | 10111000 | 1000111 | 1000011 | 0 | 111101 | 11100 | 1111101 | 110011 | 110000 |
Color Harmonies of #3CB847
Complementary color
Monochromatic Colors of #3CB847
Black with #3CB847
Text Example
Text Example
White with #3CB847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB847; }
p { color: rgb(60,184,71); }
H1.HeaderClassName
{
color: #3CB847;
}
.AnyTagClassName
{
color: #3CB847;
}
</style>
background-color css
<style>
a { background-color: #3CB847; }
a { background-color: rgb(60,184,71); }
div.DivClassName
{
background-color: #3CB847;
}
.BgClassName
{
background-color: #3CB847;
}
</style>
border-color css
<style>
span { border-color: #3CB847; }
span { border-color: rgb(60,184,71); }
td.TdClassName
{
border-color: #3CB847;
}
.TagClassName
{
border-color: #3CB847;
}
</style>