Shades of Fruit Salad #3DC253
Tints of Fruit Salad #3DC253
RGB
CMYK
RGB Variations
Color information
#3DC253 (or 0x3DC253) is known color: Fruit Salad. HEX triplet: 3D, C2 and 53. RGB value is (61,194,83). Sum of RGB (Red+Green+Blue) = 61+194+83=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 194 (76.17% from 255 or 57.40% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC253 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC253 is #C23DAC. Grayscale: #8D8D8D. Windows color (decimal): -12729773 or 5489213. OLE color: 5489213.
HSL color Cylindrical-coordinate representation of color #3DC253: hue angle of 129.92º degrees, saturation: 0.52, 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 #3DC253 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 194 | 83 | - |
| CMYK | 0.69 | 0 | 0.57 | 0.24 |
| HSL | 129.92º | 0.52% | 0.5% | - |
| HSV(B) | 129.92º | 0.69% | 0.76% | - |
| XYZ | 22.78 | 40.2 | 14.74 | - |
| YUV | 141.58 | 94.94 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 194 | 83 | 0.69 | 0 | 0.57 | 0.24 | 129.92 | 0.52 | 0.5 |
| Hex | 3D | C2 | 53 | 45 | 0 | 39 | 18 | 82 | 34 | 32 |
| Octal | 75 | 302 | 123 | 105 | 0 | 71 | 30 | 202 | 64 | 62 |
| Binary | 111101 | 11000010 | 1010011 | 1000101 | 0 | 111001 | 11000 | 10000010 | 110100 | 110010 |
Color Harmonies of #3DC253
Complementary color
Monochromatic Colors of #3DC253
Black with #3DC253
Text Example
Text Example
White with #3DC253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC253; }
p { color: rgb(61,194,83); }
H1.HeaderClassName
{
color: #3DC253;
}
.AnyTagClassName
{
color: #3DC253;
}
</style>
background-color css
<style>
a { background-color: #3DC253; }
a { background-color: rgb(61,194,83); }
div.DivClassName
{
background-color: #3DC253;
}
.BgClassName
{
background-color: #3DC253;
}
</style>
border-color css
<style>
span { border-color: #3DC253; }
span { border-color: rgb(61,194,83); }
td.TdClassName
{
border-color: #3DC253;
}
.TagClassName
{
border-color: #3DC253;
}
</style>