Shades of Fruit Salad #3CB74F
Tints of Fruit Salad #3CB74F
RGB
CMYK
RGB Variations
Color information
#3CB74F (or 0x3CB74F) is known color: Fruit Salad. HEX triplet: 3C, B7 and 4F. RGB value is (60,183,79). Sum of RGB (Red+Green+Blue) = 60+183+79=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 183 (71.88% from 255 or 56.83% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 183 - color contains mainly: green. Hex color #3CB74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB74F is #C348B0. Grayscale: #868686. Windows color (decimal): -12798129 or 5224252. OLE color: 5224252.
HSL color Cylindrical-coordinate representation of color #3CB74F: hue angle of 129.27º 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 #3CB74F is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 183 | 79 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.28 |
| HSL | 129.27º | 0.51% | 0.48% | - |
| HSV(B) | 129.27º | 0.67% | 0.72% | - |
| XYZ | 20.21 | 35.39 | 13.16 | - |
| YUV | 134.37 | 96.75 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 183 | 79 | 0.67 | 0 | 0.57 | 0.28 | 129.27 | 0.51 | 0.48 |
| Hex | 3C | B7 | 4F | 43 | 0 | 39 | 1C | 81 | 33 | 30 |
| Octal | 74 | 267 | 117 | 103 | 0 | 71 | 34 | 201 | 63 | 60 |
| Binary | 111100 | 10110111 | 1001111 | 1000011 | 0 | 111001 | 11100 | 10000001 | 110011 | 110000 |
Color Harmonies of #3CB74F
Complementary color
Monochromatic Colors of #3CB74F
Black with #3CB74F
Text Example
Text Example
White with #3CB74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB74F; }
p { color: rgb(60,183,79); }
H1.HeaderClassName
{
color: #3CB74F;
}
.AnyTagClassName
{
color: #3CB74F;
}
</style>
background-color css
<style>
a { background-color: #3CB74F; }
a { background-color: rgb(60,183,79); }
div.DivClassName
{
background-color: #3CB74F;
}
.BgClassName
{
background-color: #3CB74F;
}
</style>
border-color css
<style>
span { border-color: #3CB74F; }
span { border-color: rgb(60,183,79); }
td.TdClassName
{
border-color: #3CB74F;
}
.TagClassName
{
border-color: #3CB74F;
}
</style>