Shades of Fruit Salad #3DBB52
Tints of Fruit Salad #3DBB52
RGB
CMYK
RGB Variations
Color information
#3DBB52 (or 0x3DBB52) is known color: Fruit Salad. HEX triplet: 3D, BB and 52. RGB value is (61,187,82). Sum of RGB (Red+Green+Blue) = 61+187+82=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBB52 is #C244AD. Grayscale: #898989. Windows color (decimal): -12731566 or 5421885. OLE color: 5421885.
HSL color Cylindrical-coordinate representation of color #3DBB52: hue angle of 130º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DBB52 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 187 | 82 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.27 |
| HSL | 130º | 0.51% | 0.49% | - |
| HSV(B) | 130º | 0.67% | 0.73% | - |
| XYZ | 21.22 | 37.14 | 14.03 | - |
| YUV | 137.36 | 96.76 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 82 | 0.67 | 0 | 0.56 | 0.27 | 130 | 0.51 | 0.49 |
| Hex | 3D | BB | 52 | 43 | 0 | 38 | 1B | 82 | 33 | 31 |
| Octal | 75 | 273 | 122 | 103 | 0 | 70 | 33 | 202 | 63 | 61 |
| Binary | 111101 | 10111011 | 1010010 | 1000011 | 0 | 111000 | 11011 | 10000010 | 110011 | 110001 |
Color Harmonies of #3DBB52
Complementary color
Monochromatic Colors of #3DBB52
Black with #3DBB52
Text Example
Text Example
White with #3DBB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBB52; }
p { color: rgb(61,187,82); }
H1.HeaderClassName
{
color: #3DBB52;
}
.AnyTagClassName
{
color: #3DBB52;
}
</style>
background-color css
<style>
a { background-color: #3DBB52; }
a { background-color: rgb(61,187,82); }
div.DivClassName
{
background-color: #3DBB52;
}
.BgClassName
{
background-color: #3DBB52;
}
</style>
border-color css
<style>
span { border-color: #3DBB52; }
span { border-color: rgb(61,187,82); }
td.TdClassName
{
border-color: #3DBB52;
}
.TagClassName
{
border-color: #3DBB52;
}
</style>