Shades of Fruit Salad #3CB64D
Tints of Fruit Salad #3CB64D
RGB
CMYK
RGB Variations
Color information
#3CB64D (or 0x3CB64D) is known color: Fruit Salad. HEX triplet: 3C, B6 and 4D. RGB value is (60,182,77). Sum of RGB (Red+Green+Blue) = 60+182+77=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 182 (71.48% from 255 or 57.05% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB64D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB64D is #C349B2. Grayscale: #858585. Windows color (decimal): -12798387 or 5092924. OLE color: 5092924.
HSL color Cylindrical-coordinate representation of color #3CB64D: hue angle of 128.36º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB64D is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 182 | 77 | - |
| CMYK | 0.67 | 0 | 0.58 | 0.29 |
| HSL | 128.36º | 0.5% | 0.47% | - |
| HSV(B) | 128.36º | 0.67% | 0.71% | - |
| XYZ | 19.93 | 34.95 | 12.72 | - |
| YUV | 133.55 | 96.08 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 182 | 77 | 0.67 | 0 | 0.58 | 0.29 | 128.36 | 0.5 | 0.47 |
| Hex | 3C | B6 | 4D | 43 | 0 | 3A | 1D | 80 | 32 | 2F |
| Octal | 74 | 266 | 115 | 103 | 0 | 72 | 35 | 200 | 62 | 57 |
| Binary | 111100 | 10110110 | 1001101 | 1000011 | 0 | 111010 | 11101 | 10000000 | 110010 | 101111 |
Color Harmonies of #3CB64D
Complementary color
Monochromatic Colors of #3CB64D
Black with #3CB64D
Text Example
Text Example
White with #3CB64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB64D; }
p { color: rgb(60,182,77); }
H1.HeaderClassName
{
color: #3CB64D;
}
.AnyTagClassName
{
color: #3CB64D;
}
</style>
background-color css
<style>
a { background-color: #3CB64D; }
a { background-color: rgb(60,182,77); }
div.DivClassName
{
background-color: #3CB64D;
}
.BgClassName
{
background-color: #3CB64D;
}
</style>
border-color css
<style>
span { border-color: #3CB64D; }
span { border-color: rgb(60,182,77); }
td.TdClassName
{
border-color: #3CB64D;
}
.TagClassName
{
border-color: #3CB64D;
}
</style>