Shades of Fruit Salad #3CBC4D
Tints of Fruit Salad #3CBC4D
RGB
CMYK
RGB Variations
Color information
#3CBC4D (or 0x3CBC4D) is known color: Fruit Salad. HEX triplet: 3C, BC and 4D. RGB value is (60,188,77). Sum of RGB (Red+Green+Blue) = 60+188+77=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CBC4D is #C343B2. Grayscale: #898989. Windows color (decimal): -12796851 or 5094460. OLE color: 5094460.
HSL color Cylindrical-coordinate representation of color #3CBC4D: hue angle of 127.97º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBC4D is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 77 | - |
| CMYK | 0.68 | 0 | 0.59 | 0.26 |
| HSL | 127.97º | 0.52% | 0.49% | - |
| HSV(B) | 127.97º | 0.68% | 0.74% | - |
| XYZ | 21.19 | 37.46 | 13.14 | - |
| YUV | 137.07 | 94.09 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 77 | 0.68 | 0 | 0.59 | 0.26 | 127.97 | 0.52 | 0.49 |
| Hex | 3C | BC | 4D | 44 | 0 | 3B | 1A | 80 | 34 | 31 |
| Octal | 74 | 274 | 115 | 104 | 0 | 73 | 32 | 200 | 64 | 61 |
| Binary | 111100 | 10111100 | 1001101 | 1000100 | 0 | 111011 | 11010 | 10000000 | 110100 | 110001 |
Color Harmonies of #3CBC4D
Complementary color
Monochromatic Colors of #3CBC4D
Black with #3CBC4D
Text Example
Text Example
White with #3CBC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBC4D; }
p { color: rgb(60,188,77); }
H1.HeaderClassName
{
color: #3CBC4D;
}
.AnyTagClassName
{
color: #3CBC4D;
}
</style>
background-color css
<style>
a { background-color: #3CBC4D; }
a { background-color: rgb(60,188,77); }
div.DivClassName
{
background-color: #3CBC4D;
}
.BgClassName
{
background-color: #3CBC4D;
}
</style>
border-color css
<style>
span { border-color: #3CBC4D; }
span { border-color: rgb(60,188,77); }
td.TdClassName
{
border-color: #3CBC4D;
}
.TagClassName
{
border-color: #3CBC4D;
}
</style>