Shades of Fruit Salad #3DC053
Tints of Fruit Salad #3DC053
RGB
CMYK
RGB Variations
Color information
#3DC053 (or 0x3DC053) is known color: Fruit Salad. HEX triplet: 3D, C0 and 53. RGB value is (61,192,83). Sum of RGB (Red+Green+Blue) = 61+192+83=336 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.15% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC053 is #C23FAC. Grayscale: #8C8C8C. Windows color (decimal): -12730285 or 5488701. OLE color: 5488701.
HSL color Cylindrical-coordinate representation of color #3DC053: hue angle of 130.08º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DC053 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 192 | 83 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.25 |
| HSL | 130.08º | 0.52% | 0.5% | - |
| HSV(B) | 130.08º | 0.68% | 0.75% | - |
| XYZ | 22.34 | 39.32 | 14.6 | - |
| YUV | 140.41 | 95.6 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 192 | 83 | 0.68 | 0 | 0.57 | 0.25 | 130.08 | 0.52 | 0.5 |
| Hex | 3D | C0 | 53 | 44 | 0 | 39 | 19 | 82 | 34 | 32 |
| Octal | 75 | 300 | 123 | 104 | 0 | 71 | 31 | 202 | 64 | 62 |
| Binary | 111101 | 11000000 | 1010011 | 1000100 | 0 | 111001 | 11001 | 10000010 | 110100 | 110010 |
Color Harmonies of #3DC053
Complementary color
Monochromatic Colors of #3DC053
Black with #3DC053
Text Example
Text Example
White with #3DC053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC053; }
p { color: rgb(61,192,83); }
H1.HeaderClassName
{
color: #3DC053;
}
.AnyTagClassName
{
color: #3DC053;
}
</style>
background-color css
<style>
a { background-color: #3DC053; }
a { background-color: rgb(61,192,83); }
div.DivClassName
{
background-color: #3DC053;
}
.BgClassName
{
background-color: #3DC053;
}
</style>
border-color css
<style>
span { border-color: #3DC053; }
span { border-color: rgb(61,192,83); }
td.TdClassName
{
border-color: #3DC053;
}
.TagClassName
{
border-color: #3DC053;
}
</style>