Shades of Fruit Salad #3DB545
Tints of Fruit Salad #3DB545
RGB
CMYK
RGB Variations
Color information
#3DB545 (or 0x3DB545) is known color: Fruit Salad. HEX triplet: 3D, B5 and 45. RGB value is (61,181,69). Sum of RGB (Red+Green+Blue) = 61+181+69=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 181 (71.09% from 255 or 58.20% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB545 is #C24ABA. Grayscale: #848484. Windows color (decimal): -12733115 or 4568381. OLE color: 4568381.
HSL color Cylindrical-coordinate representation of color #3DB545: hue angle of 124º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB545 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 69 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.29 |
| HSL | 124º | 0.5% | 0.47% | - |
| HSV(B) | 124º | 0.66% | 0.71% | - |
| XYZ | 19.52 | 34.47 | 11.25 | - |
| YUV | 132.35 | 92.24 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 69 | 0.66 | 0 | 0.62 | 0.29 | 124 | 0.5 | 0.47 |
| Hex | 3D | B5 | 45 | 42 | 0 | 3E | 1D | 7C | 32 | 2F |
| Octal | 75 | 265 | 105 | 102 | 0 | 76 | 35 | 174 | 62 | 57 |
| Binary | 111101 | 10110101 | 1000101 | 1000010 | 0 | 111110 | 11101 | 1111100 | 110010 | 101111 |
Color Harmonies of #3DB545
Complementary color
Monochromatic Colors of #3DB545
Black with #3DB545
Text Example
Text Example
White with #3DB545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB545; }
p { color: rgb(61,181,69); }
H1.HeaderClassName
{
color: #3DB545;
}
.AnyTagClassName
{
color: #3DB545;
}
</style>
background-color css
<style>
a { background-color: #3DB545; }
a { background-color: rgb(61,181,69); }
div.DivClassName
{
background-color: #3DB545;
}
.BgClassName
{
background-color: #3DB545;
}
</style>
border-color css
<style>
span { border-color: #3DB545; }
span { border-color: rgb(61,181,69); }
td.TdClassName
{
border-color: #3DB545;
}
.TagClassName
{
border-color: #3DB545;
}
</style>