Shades of Fruit Salad #3DC351
Tints of Fruit Salad #3DC351
RGB
CMYK
RGB Variations
Color information
#3DC351 (or 0x3DC351) is known color: Fruit Salad. HEX triplet: 3D, C3 and 51. RGB value is (61,195,81). Sum of RGB (Red+Green+Blue) = 61+195+81=337 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.10% from 337); Green value is 195 (76.56% from 255 or 57.86% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 195 - color contains mainly: green. Hex color #3DC351 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC351 is #C23CAE. Grayscale: #8E8E8E. Windows color (decimal): -12729519 or 5358397. OLE color: 5358397.
HSL color Cylindrical-coordinate representation of color #3DC351: hue angle of 128.96º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC351 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 195 | 81 | - |
| CMYK | 0.69 | 0 | 0.58 | 0.24 |
| HSL | 128.96º | 0.53% | 0.5% | - |
| HSV(B) | 128.96º | 0.69% | 0.76% | - |
| XYZ | 22.92 | 40.62 | 14.42 | - |
| YUV | 141.94 | 93.61 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 195 | 81 | 0.69 | 0 | 0.58 | 0.24 | 128.96 | 0.53 | 0.5 |
| Hex | 3D | C3 | 51 | 45 | 0 | 3A | 18 | 81 | 35 | 32 |
| Octal | 75 | 303 | 121 | 105 | 0 | 72 | 30 | 201 | 65 | 62 |
| Binary | 111101 | 11000011 | 1010001 | 1000101 | 0 | 111010 | 11000 | 10000001 | 110101 | 110010 |
Color Harmonies of #3DC351
Complementary color
Monochromatic Colors of #3DC351
Black with #3DC351
Text Example
Text Example
White with #3DC351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC351; }
p { color: rgb(61,195,81); }
H1.HeaderClassName
{
color: #3DC351;
}
.AnyTagClassName
{
color: #3DC351;
}
</style>
background-color css
<style>
a { background-color: #3DC351; }
a { background-color: rgb(61,195,81); }
div.DivClassName
{
background-color: #3DC351;
}
.BgClassName
{
background-color: #3DC351;
}
</style>
border-color css
<style>
span { border-color: #3DC351; }
span { border-color: rgb(61,195,81); }
td.TdClassName
{
border-color: #3DC351;
}
.TagClassName
{
border-color: #3DC351;
}
</style>