Shades of Fruit Salad #3DB852
Tints of Fruit Salad #3DB852
RGB
CMYK
RGB Variations
Color information
#3DB852 (or 0x3DB852) is known color: Fruit Salad. HEX triplet: 3D, B8 and 52. RGB value is (61,184,82). Sum of RGB (Red+Green+Blue) = 61+184+82=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 184 (72.27% from 255 or 56.27% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 184 - color contains mainly: green. Hex color #3DB852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB852 is #C247AD. Grayscale: #878787. Windows color (decimal): -12732334 or 5421117. OLE color: 5421117.
HSL color Cylindrical-coordinate representation of color #3DB852: hue angle of 130.24º 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 #3DB852 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 184 | 82 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.28 |
| HSL | 130.24º | 0.5% | 0.48% | - |
| HSV(B) | 130.24º | 0.67% | 0.72% | - |
| XYZ | 20.59 | 35.88 | 13.82 | - |
| YUV | 135.6 | 97.75 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 184 | 82 | 0.67 | 0 | 0.55 | 0.28 | 130.24 | 0.5 | 0.48 |
| Hex | 3D | B8 | 52 | 43 | 0 | 37 | 1C | 82 | 32 | 30 |
| Octal | 75 | 270 | 122 | 103 | 0 | 67 | 34 | 202 | 62 | 60 |
| Binary | 111101 | 10111000 | 1010010 | 1000011 | 0 | 110111 | 11100 | 10000010 | 110010 | 110000 |
Color Harmonies of #3DB852
Complementary color
Monochromatic Colors of #3DB852
Black with #3DB852
Text Example
Text Example
White with #3DB852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB852; }
p { color: rgb(61,184,82); }
H1.HeaderClassName
{
color: #3DB852;
}
.AnyTagClassName
{
color: #3DB852;
}
</style>
background-color css
<style>
a { background-color: #3DB852; }
a { background-color: rgb(61,184,82); }
div.DivClassName
{
background-color: #3DB852;
}
.BgClassName
{
background-color: #3DB852;
}
</style>
border-color css
<style>
span { border-color: #3DB852; }
span { border-color: rgb(61,184,82); }
td.TdClassName
{
border-color: #3DB852;
}
.TagClassName
{
border-color: #3DB852;
}
</style>