Shades of Fruit Salad #3CC052
Tints of Fruit Salad #3CC052
RGB
CMYK
RGB Variations
Color information
#3CC052 (or 0x3CC052) is known color: Fruit Salad. HEX triplet: 3C, C0 and 52. RGB value is (60,192,82). Sum of RGB (Red+Green+Blue) = 60+192+82=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC052 is #C33FAD. Grayscale: #8C8C8C. Windows color (decimal): -12795822 or 5423164. OLE color: 5423164.
HSL color Cylindrical-coordinate representation of color #3CC052: hue angle of 130º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC052 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 192 | 82 | - |
| CMYK | 0.69 | 0 | 0.57 | 0.25 |
| HSL | 130º | 0.52% | 0.49% | - |
| HSV(B) | 130º | 0.69% | 0.75% | - |
| XYZ | 22.24 | 39.27 | 14.39 | - |
| YUV | 139.99 | 95.27 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 192 | 82 | 0.69 | 0 | 0.57 | 0.25 | 130 | 0.52 | 0.49 |
| Hex | 3C | C0 | 52 | 45 | 0 | 39 | 19 | 82 | 34 | 31 |
| Octal | 74 | 300 | 122 | 105 | 0 | 71 | 31 | 202 | 64 | 61 |
| Binary | 111100 | 11000000 | 1010010 | 1000101 | 0 | 111001 | 11001 | 10000010 | 110100 | 110001 |
Color Harmonies of #3CC052
Complementary color
Monochromatic Colors of #3CC052
Black with #3CC052
Text Example
Text Example
White with #3CC052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC052; }
p { color: rgb(60,192,82); }
H1.HeaderClassName
{
color: #3CC052;
}
.AnyTagClassName
{
color: #3CC052;
}
</style>
background-color css
<style>
a { background-color: #3CC052; }
a { background-color: rgb(60,192,82); }
div.DivClassName
{
background-color: #3CC052;
}
.BgClassName
{
background-color: #3CC052;
}
</style>
border-color css
<style>
span { border-color: #3CC052; }
span { border-color: rgb(60,192,82); }
td.TdClassName
{
border-color: #3CC052;
}
.TagClassName
{
border-color: #3CC052;
}
</style>