Shades of Fruit Salad #3DC154
Tints of Fruit Salad #3DC154
RGB
CMYK
RGB Variations
Color information
#3DC154 (or 0x3DC154) is known color: Fruit Salad. HEX triplet: 3D, C1 and 54. RGB value is (61,193,84). Sum of RGB (Red+Green+Blue) = 61+193+84=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 193 (75.78% from 255 or 57.10% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 193 - color contains mainly: green. Hex color #3DC154 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC154 is #C23EAB. Grayscale: #8D8D8D. Windows color (decimal): -12730028 or 5554493. OLE color: 5554493.
HSL color Cylindrical-coordinate representation of color #3DC154: hue angle of 130.45º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DC154 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 193 | 84 | - |
| CMYK | 0.68 | 0 | 0.56 | 0.24 |
| HSL | 130.45º | 0.52% | 0.5% | - |
| HSV(B) | 130.45º | 0.68% | 0.76% | - |
| XYZ | 22.59 | 39.77 | 14.87 | - |
| YUV | 141.11 | 95.77 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 193 | 84 | 0.68 | 0 | 0.56 | 0.24 | 130.45 | 0.52 | 0.5 |
| Hex | 3D | C1 | 54 | 44 | 0 | 38 | 18 | 82 | 34 | 32 |
| Octal | 75 | 301 | 124 | 104 | 0 | 70 | 30 | 202 | 64 | 62 |
| Binary | 111101 | 11000001 | 1010100 | 1000100 | 0 | 111000 | 11000 | 10000010 | 110100 | 110010 |
Color Harmonies of #3DC154
Complementary color
Monochromatic Colors of #3DC154
Black with #3DC154
Text Example
Text Example
White with #3DC154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC154; }
p { color: rgb(61,193,84); }
H1.HeaderClassName
{
color: #3DC154;
}
.AnyTagClassName
{
color: #3DC154;
}
</style>
background-color css
<style>
a { background-color: #3DC154; }
a { background-color: rgb(61,193,84); }
div.DivClassName
{
background-color: #3DC154;
}
.BgClassName
{
background-color: #3DC154;
}
</style>
border-color css
<style>
span { border-color: #3DC154; }
span { border-color: rgb(61,193,84); }
td.TdClassName
{
border-color: #3DC154;
}
.TagClassName
{
border-color: #3DC154;
}
</style>