Shades of Fruit Salad #3DBE53
Tints of Fruit Salad #3DBE53
RGB
CMYK
RGB Variations
Color information
#3DBE53 (or 0x3DBE53) is known color: Fruit Salad. HEX triplet: 3D, BE and 53. RGB value is (61,190,83). Sum of RGB (Red+Green+Blue) = 61+190+83=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 190 (74.61% from 255 or 56.89% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBE53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBE53 is #C241AC. Grayscale: #8B8B8B. Windows color (decimal): -12730797 or 5488189. OLE color: 5488189.
HSL color Cylindrical-coordinate representation of color #3DBE53: hue angle of 130.23º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBE53 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 190 | 83 | - |
| CMYK | 0.68 | 0 | 0.56 | 0.25 |
| HSL | 130.23º | 0.51% | 0.49% | - |
| HSV(B) | 130.23º | 0.68% | 0.75% | - |
| XYZ | 21.9 | 38.44 | 14.45 | - |
| YUV | 139.23 | 96.26 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 83 | 0.68 | 0 | 0.56 | 0.25 | 130.23 | 0.51 | 0.49 |
| Hex | 3D | BE | 53 | 44 | 0 | 38 | 19 | 82 | 33 | 31 |
| Octal | 75 | 276 | 123 | 104 | 0 | 70 | 31 | 202 | 63 | 61 |
| Binary | 111101 | 10111110 | 1010011 | 1000100 | 0 | 111000 | 11001 | 10000010 | 110011 | 110001 |
Color Harmonies of #3DBE53
Complementary color
Monochromatic Colors of #3DBE53
Black with #3DBE53
Text Example
Text Example
White with #3DBE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBE53; }
p { color: rgb(61,190,83); }
H1.HeaderClassName
{
color: #3DBE53;
}
.AnyTagClassName
{
color: #3DBE53;
}
</style>
background-color css
<style>
a { background-color: #3DBE53; }
a { background-color: rgb(61,190,83); }
div.DivClassName
{
background-color: #3DBE53;
}
.BgClassName
{
background-color: #3DBE53;
}
</style>
border-color css
<style>
span { border-color: #3DBE53; }
span { border-color: rgb(61,190,83); }
td.TdClassName
{
border-color: #3DBE53;
}
.TagClassName
{
border-color: #3DBE53;
}
</style>