Shades of Fruit Salad #3CB850
Tints of Fruit Salad #3CB850
RGB
CMYK
RGB Variations
Color information
#3CB850 (or 0x3CB850) is known color: Fruit Salad. HEX triplet: 3C, B8 and 50. RGB value is (60,184,80). Sum of RGB (Red+Green+Blue) = 60+184+80=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 184 (72.27% from 255 or 56.79% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 184 - color contains mainly: green. Hex color #3CB850 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB850 is #C347AF. Grayscale: #878787. Windows color (decimal): -12797872 or 5290044. OLE color: 5290044.
HSL color Cylindrical-coordinate representation of color #3CB850: hue angle of 129.68º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB850 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 184 | 80 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.28 |
| HSL | 129.68º | 0.51% | 0.48% | - |
| HSV(B) | 129.68º | 0.67% | 0.72% | - |
| XYZ | 20.45 | 35.82 | 13.43 | - |
| YUV | 135.07 | 96.92 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 184 | 80 | 0.67 | 0 | 0.57 | 0.28 | 129.68 | 0.51 | 0.48 |
| Hex | 3C | B8 | 50 | 43 | 0 | 39 | 1C | 82 | 33 | 30 |
| Octal | 74 | 270 | 120 | 103 | 0 | 71 | 34 | 202 | 63 | 60 |
| Binary | 111100 | 10111000 | 1010000 | 1000011 | 0 | 111001 | 11100 | 10000010 | 110011 | 110000 |
Color Harmonies of #3CB850
Complementary color
Monochromatic Colors of #3CB850
Black with #3CB850
Text Example
Text Example
White with #3CB850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB850; }
p { color: rgb(60,184,80); }
H1.HeaderClassName
{
color: #3CB850;
}
.AnyTagClassName
{
color: #3CB850;
}
</style>
background-color css
<style>
a { background-color: #3CB850; }
a { background-color: rgb(60,184,80); }
div.DivClassName
{
background-color: #3CB850;
}
.BgClassName
{
background-color: #3CB850;
}
</style>
border-color css
<style>
span { border-color: #3CB850; }
span { border-color: rgb(60,184,80); }
td.TdClassName
{
border-color: #3CB850;
}
.TagClassName
{
border-color: #3CB850;
}
</style>