Shades of Fruit Salad #3CBC48
Tints of Fruit Salad #3CBC48
RGB
CMYK
RGB Variations
Color information
#3CBC48 (or 0x3CBC48) is known color: Fruit Salad. HEX triplet: 3C, BC and 48. RGB value is (60,188,72). Sum of RGB (Red+Green+Blue) = 60+188+72=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 188 (73.83% from 255 or 58.75% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBC48 is #C343B7. Grayscale: #888888. Windows color (decimal): -12796856 or 4766780. OLE color: 4766780.
HSL color Cylindrical-coordinate representation of color #3CBC48: hue angle of 125.62º 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 #3CBC48 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 72 | - |
| CMYK | 0.68 | 0 | 0.62 | 0.26 |
| HSL | 125.63º | 0.52% | 0.49% | - |
| HSV(B) | 125.63º | 0.68% | 0.74% | - |
| XYZ | 21.02 | 37.39 | 12.24 | - |
| YUV | 136.5 | 91.59 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 72 | 0.68 | 0 | 0.62 | 0.26 | 125.63 | 0.52 | 0.49 |
| Hex | 3C | BC | 48 | 44 | 0 | 3E | 1A | 7E | 34 | 31 |
| Octal | 74 | 274 | 110 | 104 | 0 | 76 | 32 | 176 | 64 | 61 |
| Binary | 111100 | 10111100 | 1001000 | 1000100 | 0 | 111110 | 11010 | 1111110 | 110100 | 110001 |
Color Harmonies of #3CBC48
Complementary color
Monochromatic Colors of #3CBC48
Black with #3CBC48
Text Example
Text Example
White with #3CBC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBC48; }
p { color: rgb(60,188,72); }
H1.HeaderClassName
{
color: #3CBC48;
}
.AnyTagClassName
{
color: #3CBC48;
}
</style>
background-color css
<style>
a { background-color: #3CBC48; }
a { background-color: rgb(60,188,72); }
div.DivClassName
{
background-color: #3CBC48;
}
.BgClassName
{
background-color: #3CBC48;
}
</style>
border-color css
<style>
span { border-color: #3CBC48; }
span { border-color: rgb(60,188,72); }
td.TdClassName
{
border-color: #3CBC48;
}
.TagClassName
{
border-color: #3CBC48;
}
</style>