Shades of Fruit Salad #3CB844
Tints of Fruit Salad #3CB844
RGB
CMYK
RGB Variations
Color information
#3CB844 (or 0x3CB844) is known color: Fruit Salad. HEX triplet: 3C, B8 and 44. RGB value is (60,184,68). Sum of RGB (Red+Green+Blue) = 60+184+68=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 184 (72.27% from 255 or 58.97% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 184 - color contains mainly: green. Hex color #3CB844 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB844 is #C347BB. Grayscale: #868686. Windows color (decimal): -12797884 or 4503612. OLE color: 4503612.
HSL color Cylindrical-coordinate representation of color #3CB844: hue angle of 123.87º 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 #3CB844 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 184 | 68 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.28 |
| HSL | 123.87º | 0.51% | 0.48% | - |
| HSV(B) | 123.87º | 0.67% | 0.72% | - |
| XYZ | 20.05 | 35.66 | 11.3 | - |
| YUV | 133.7 | 90.92 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 184 | 68 | 0.67 | 0 | 0.63 | 0.28 | 123.87 | 0.51 | 0.48 |
| Hex | 3C | B8 | 44 | 43 | 0 | 3F | 1C | 7C | 33 | 30 |
| Octal | 74 | 270 | 104 | 103 | 0 | 77 | 34 | 174 | 63 | 60 |
| Binary | 111100 | 10111000 | 1000100 | 1000011 | 0 | 111111 | 11100 | 1111100 | 110011 | 110000 |
Color Harmonies of #3CB844
Complementary color
Monochromatic Colors of #3CB844
Black with #3CB844
Text Example
Text Example
White with #3CB844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB844; }
p { color: rgb(60,184,68); }
H1.HeaderClassName
{
color: #3CB844;
}
.AnyTagClassName
{
color: #3CB844;
}
</style>
background-color css
<style>
a { background-color: #3CB844; }
a { background-color: rgb(60,184,68); }
div.DivClassName
{
background-color: #3CB844;
}
.BgClassName
{
background-color: #3CB844;
}
</style>
border-color css
<style>
span { border-color: #3CB844; }
span { border-color: rgb(60,184,68); }
td.TdClassName
{
border-color: #3CB844;
}
.TagClassName
{
border-color: #3CB844;
}
</style>