Shades of Fruit Salad #3CB33F
Tints of Fruit Salad #3CB33F
RGB
CMYK
RGB Variations
Color information
#3CB33F (or 0x3CB33F) is known color: Fruit Salad. HEX triplet: 3C, B3 and 3F. RGB value is (60,179,63). Sum of RGB (Red+Green+Blue) = 60+179+63=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 179 (70.31% from 255 or 59.27% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB33F is #C34CC0. Grayscale: #828282. Windows color (decimal): -12799169 or 4174652. OLE color: 4174652.
HSL color Cylindrical-coordinate representation of color #3CB33F: hue angle of 121.51º 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 #3CB33F is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 179 | 63 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.30 |
| HSL | 121.51º | 0.5% | 0.47% | - |
| HSV(B) | 121.51º | 0.66% | 0.7% | - |
| XYZ | 18.88 | 33.56 | 10.19 | - |
| YUV | 130.2 | 90.08 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 179 | 63 | 0.66 | 0 | 0.65 | 0.30 | 121.51 | 0.5 | 0.47 |
| Hex | 3C | B3 | 3F | 42 | 0 | 41 | 1E | 7A | 32 | 2F |
| Octal | 74 | 263 | 77 | 102 | 0 | 101 | 36 | 172 | 62 | 57 |
| Binary | 111100 | 10110011 | 111111 | 1000010 | 0 | 1000001 | 11110 | 1111010 | 110010 | 101111 |
Color Harmonies of #3CB33F
Complementary color
Monochromatic Colors of #3CB33F
Black with #3CB33F
Text Example
Text Example
White with #3CB33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB33F; }
p { color: rgb(60,179,63); }
H1.HeaderClassName
{
color: #3CB33F;
}
.AnyTagClassName
{
color: #3CB33F;
}
</style>
background-color css
<style>
a { background-color: #3CB33F; }
a { background-color: rgb(60,179,63); }
div.DivClassName
{
background-color: #3CB33F;
}
.BgClassName
{
background-color: #3CB33F;
}
</style>
border-color css
<style>
span { border-color: #3CB33F; }
span { border-color: rgb(60,179,63); }
td.TdClassName
{
border-color: #3CB33F;
}
.TagClassName
{
border-color: #3CB33F;
}
</style>