Shades of Fruit Salad #3CC053
Tints of Fruit Salad #3CC053
RGB
CMYK
RGB Variations
Color information
#3CC053 (or 0x3CC053) is known color: Fruit Salad. HEX triplet: 3C, C0 and 53. RGB value is (60,192,83). Sum of RGB (Red+Green+Blue) = 60+192+83=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 192 (75.39% from 255 or 57.31% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC053 is #C33FAC. Grayscale: #8C8C8C. Windows color (decimal): -12795821 or 5488700. OLE color: 5488700.
HSL color Cylindrical-coordinate representation of color #3CC053: hue angle of 130.45º 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 #3CC053 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 192 | 83 | - |
| CMYK | 0.69 | 0 | 0.57 | 0.25 |
| HSL | 130.45º | 0.52% | 0.49% | - |
| HSV(B) | 130.45º | 0.69% | 0.75% | - |
| XYZ | 22.27 | 39.28 | 14.59 | - |
| YUV | 140.11 | 95.77 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 192 | 83 | 0.69 | 0 | 0.57 | 0.25 | 130.45 | 0.52 | 0.49 |
| Hex | 3C | C0 | 53 | 45 | 0 | 39 | 19 | 82 | 34 | 31 |
| Octal | 74 | 300 | 123 | 105 | 0 | 71 | 31 | 202 | 64 | 61 |
| Binary | 111100 | 11000000 | 1010011 | 1000101 | 0 | 111001 | 11001 | 10000010 | 110100 | 110001 |
Color Harmonies of #3CC053
Complementary color
Monochromatic Colors of #3CC053
Black with #3CC053
Text Example
Text Example
White with #3CC053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC053; }
p { color: rgb(60,192,83); }
H1.HeaderClassName
{
color: #3CC053;
}
.AnyTagClassName
{
color: #3CC053;
}
</style>
background-color css
<style>
a { background-color: #3CC053; }
a { background-color: rgb(60,192,83); }
div.DivClassName
{
background-color: #3CC053;
}
.BgClassName
{
background-color: #3CC053;
}
</style>
border-color css
<style>
span { border-color: #3CC053; }
span { border-color: rgb(60,192,83); }
td.TdClassName
{
border-color: #3CC053;
}
.TagClassName
{
border-color: #3CC053;
}
</style>