Shades of Fruit Salad #3CBA47
Tints of Fruit Salad #3CBA47
RGB
CMYK
RGB Variations
Color information
#3CBA47 (or 0x3CBA47) is known color: Fruit Salad. HEX triplet: 3C, BA and 47. RGB value is (60,186,71). Sum of RGB (Red+Green+Blue) = 60+186+71=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 186 (73.05% from 255 or 58.68% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBA47 is #C345B8. Grayscale: #878787. Windows color (decimal): -12797369 or 4700732. OLE color: 4700732.
HSL color Cylindrical-coordinate representation of color #3CBA47: hue angle of 125.24º 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 #3CBA47 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 186 | 71 | - |
| CMYK | 0.68 | 0 | 0.62 | 0.27 |
| HSL | 125.24º | 0.51% | 0.48% | - |
| HSV(B) | 125.24º | 0.68% | 0.73% | - |
| XYZ | 20.56 | 36.53 | 11.93 | - |
| YUV | 135.22 | 91.76 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 71 | 0.68 | 0 | 0.62 | 0.27 | 125.24 | 0.51 | 0.48 |
| Hex | 3C | BA | 47 | 44 | 0 | 3E | 1B | 7D | 33 | 30 |
| Octal | 74 | 272 | 107 | 104 | 0 | 76 | 33 | 175 | 63 | 60 |
| Binary | 111100 | 10111010 | 1000111 | 1000100 | 0 | 111110 | 11011 | 1111101 | 110011 | 110000 |
Color Harmonies of #3CBA47
Complementary color
Monochromatic Colors of #3CBA47
Black with #3CBA47
Text Example
Text Example
White with #3CBA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBA47; }
p { color: rgb(60,186,71); }
H1.HeaderClassName
{
color: #3CBA47;
}
.AnyTagClassName
{
color: #3CBA47;
}
</style>
background-color css
<style>
a { background-color: #3CBA47; }
a { background-color: rgb(60,186,71); }
div.DivClassName
{
background-color: #3CBA47;
}
.BgClassName
{
background-color: #3CBA47;
}
</style>
border-color css
<style>
span { border-color: #3CBA47; }
span { border-color: rgb(60,186,71); }
td.TdClassName
{
border-color: #3CBA47;
}
.TagClassName
{
border-color: #3CBA47;
}
</style>