Shades of Fruit Salad #3CBA4E
Tints of Fruit Salad #3CBA4E
RGB
CMYK
RGB Variations
Color information
#3CBA4E (or 0x3CBA4E) is known color: Fruit Salad. HEX triplet: 3C, BA and 4E. RGB value is (60,186,78). Sum of RGB (Red+Green+Blue) = 60+186+78=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CBA4E is #C345B1. Grayscale: #888888. Windows color (decimal): -12797362 or 5159484. OLE color: 5159484.
HSL color Cylindrical-coordinate representation of color #3CBA4E: hue angle of 128.57º 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 #3CBA4E is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 186 | 78 | - |
| CMYK | 0.68 | 0 | 0.58 | 0.27 |
| HSL | 128.57º | 0.51% | 0.48% | - |
| HSV(B) | 128.57º | 0.68% | 0.73% | - |
| XYZ | 20.8 | 36.63 | 13.18 | - |
| YUV | 136.01 | 95.26 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 78 | 0.68 | 0 | 0.58 | 0.27 | 128.57 | 0.51 | 0.48 |
| Hex | 3C | BA | 4E | 44 | 0 | 3A | 1B | 81 | 33 | 30 |
| Octal | 74 | 272 | 116 | 104 | 0 | 72 | 33 | 201 | 63 | 60 |
| Binary | 111100 | 10111010 | 1001110 | 1000100 | 0 | 111010 | 11011 | 10000001 | 110011 | 110000 |
Color Harmonies of #3CBA4E
Complementary color
Monochromatic Colors of #3CBA4E
Black with #3CBA4E
Text Example
Text Example
White with #3CBA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBA4E; }
p { color: rgb(60,186,78); }
H1.HeaderClassName
{
color: #3CBA4E;
}
.AnyTagClassName
{
color: #3CBA4E;
}
</style>
background-color css
<style>
a { background-color: #3CBA4E; }
a { background-color: rgb(60,186,78); }
div.DivClassName
{
background-color: #3CBA4E;
}
.BgClassName
{
background-color: #3CBA4E;
}
</style>
border-color css
<style>
span { border-color: #3CBA4E; }
span { border-color: rgb(60,186,78); }
td.TdClassName
{
border-color: #3CBA4E;
}
.TagClassName
{
border-color: #3CBA4E;
}
</style>