Shades of Fruit Salad #3DB752
Tints of Fruit Salad #3DB752
RGB
CMYK
RGB Variations
Color information
#3DB752 (or 0x3DB752) is known color: Fruit Salad. HEX triplet: 3D, B7 and 52. RGB value is (61,183,82). Sum of RGB (Red+Green+Blue) = 61+183+82=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 183 (71.88% from 255 or 56.13% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB752 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB752 is #C248AD. Grayscale: #878787. Windows color (decimal): -12732590 or 5420861. OLE color: 5420861.
HSL color Cylindrical-coordinate representation of color #3DB752: hue angle of 130.33º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB752 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 183 | 82 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.28 |
| HSL | 130.33º | 0.5% | 0.48% | - |
| HSV(B) | 130.33º | 0.67% | 0.72% | - |
| XYZ | 20.38 | 35.47 | 13.75 | - |
| YUV | 135.01 | 98.08 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 82 | 0.67 | 0 | 0.55 | 0.28 | 130.33 | 0.5 | 0.48 |
| Hex | 3D | B7 | 52 | 43 | 0 | 37 | 1C | 82 | 32 | 30 |
| Octal | 75 | 267 | 122 | 103 | 0 | 67 | 34 | 202 | 62 | 60 |
| Binary | 111101 | 10110111 | 1010010 | 1000011 | 0 | 110111 | 11100 | 10000010 | 110010 | 110000 |
Color Harmonies of #3DB752
Complementary color
Monochromatic Colors of #3DB752
Black with #3DB752
Text Example
Text Example
White with #3DB752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB752; }
p { color: rgb(61,183,82); }
H1.HeaderClassName
{
color: #3DB752;
}
.AnyTagClassName
{
color: #3DB752;
}
</style>
background-color css
<style>
a { background-color: #3DB752; }
a { background-color: rgb(61,183,82); }
div.DivClassName
{
background-color: #3DB752;
}
.BgClassName
{
background-color: #3DB752;
}
</style>
border-color css
<style>
span { border-color: #3DB752; }
span { border-color: rgb(61,183,82); }
td.TdClassName
{
border-color: #3DB752;
}
.TagClassName
{
border-color: #3DB752;
}
</style>