Shades of Fruit Salad #3CB24D
Tints of Fruit Salad #3CB24D
RGB
CMYK
RGB Variations
Color information
#3CB24D (or 0x3CB24D) is known color: Fruit Salad. HEX triplet: 3C, B2 and 4D. RGB value is (60,178,77). Sum of RGB (Red+Green+Blue) = 60+178+77=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 178 (69.92% from 255 or 56.51% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB24D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CB24D is #C34DB2. Grayscale: #838383. Windows color (decimal): -12799411 or 5091900. OLE color: 5091900.
HSL color Cylindrical-coordinate representation of color #3CB24D: hue angle of 128.64º 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 #3CB24D is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 77 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.30 |
| HSL | 128.64º | 0.5% | 0.47% | - |
| HSV(B) | 128.64º | 0.66% | 0.7% | - |
| XYZ | 19.12 | 33.34 | 12.45 | - |
| YUV | 131.2 | 97.41 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 77 | 0.66 | 0 | 0.57 | 0.30 | 128.64 | 0.5 | 0.47 |
| Hex | 3C | B2 | 4D | 42 | 0 | 39 | 1E | 81 | 32 | 2F |
| Octal | 74 | 262 | 115 | 102 | 0 | 71 | 36 | 201 | 62 | 57 |
| Binary | 111100 | 10110010 | 1001101 | 1000010 | 0 | 111001 | 11110 | 10000001 | 110010 | 101111 |
Color Harmonies of #3CB24D
Complementary color
Monochromatic Colors of #3CB24D
Black with #3CB24D
Text Example
Text Example
White with #3CB24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB24D; }
p { color: rgb(60,178,77); }
H1.HeaderClassName
{
color: #3CB24D;
}
.AnyTagClassName
{
color: #3CB24D;
}
</style>
background-color css
<style>
a { background-color: #3CB24D; }
a { background-color: rgb(60,178,77); }
div.DivClassName
{
background-color: #3CB24D;
}
.BgClassName
{
background-color: #3CB24D;
}
</style>
border-color css
<style>
span { border-color: #3CB24D; }
span { border-color: rgb(60,178,77); }
td.TdClassName
{
border-color: #3CB24D;
}
.TagClassName
{
border-color: #3CB24D;
}
</style>