Shades of Fruit Salad #3CB242
Tints of Fruit Salad #3CB242
RGB
CMYK
RGB Variations
Color information
#3CB242 (or 0x3CB242) is known color: Fruit Salad. HEX triplet: 3C, B2 and 42. RGB value is (60,178,66). Sum of RGB (Red+Green+Blue) = 60+178+66=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 178 (69.92% from 255 or 58.55% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB242 is #C34DBD. Grayscale: #828282. Windows color (decimal): -12799422 or 4371004. OLE color: 4371004.
HSL color Cylindrical-coordinate representation of color #3CB242: hue angle of 123.05º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB242 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 66 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.30 |
| HSL | 123.05º | 0.5% | 0.47% | - |
| HSV(B) | 123.05º | 0.66% | 0.7% | - |
| XYZ | 18.77 | 33.19 | 10.57 | - |
| YUV | 129.95 | 91.91 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 66 | 0.66 | 0 | 0.63 | 0.30 | 123.05 | 0.5 | 0.47 |
| Hex | 3C | B2 | 42 | 42 | 0 | 3F | 1E | 7B | 32 | 2F |
| Octal | 74 | 262 | 102 | 102 | 0 | 77 | 36 | 173 | 62 | 57 |
| Binary | 111100 | 10110010 | 1000010 | 1000010 | 0 | 111111 | 11110 | 1111011 | 110010 | 101111 |
Color Harmonies of #3CB242
Complementary color
Monochromatic Colors of #3CB242
Black with #3CB242
Text Example
Text Example
White with #3CB242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB242; }
p { color: rgb(60,178,66); }
H1.HeaderClassName
{
color: #3CB242;
}
.AnyTagClassName
{
color: #3CB242;
}
</style>
background-color css
<style>
a { background-color: #3CB242; }
a { background-color: rgb(60,178,66); }
div.DivClassName
{
background-color: #3CB242;
}
.BgClassName
{
background-color: #3CB242;
}
</style>
border-color css
<style>
span { border-color: #3CB242; }
span { border-color: rgb(60,178,66); }
td.TdClassName
{
border-color: #3CB242;
}
.TagClassName
{
border-color: #3CB242;
}
</style>