Shades of Fruit Salad #3DB54F
Tints of Fruit Salad #3DB54F
RGB
CMYK
RGB Variations
Color information
#3DB54F (or 0x3DB54F) is known color: Fruit Salad. HEX triplet: 3D, B5 and 4F. RGB value is (61,181,79). Sum of RGB (Red+Green+Blue) = 61+181+79=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 181 (71.09% from 255 or 56.39% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB54F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB54F is #C24AB0. Grayscale: #858585. Windows color (decimal): -12733105 or 5223741. OLE color: 5223741.
HSL color Cylindrical-coordinate representation of color #3DB54F: hue angle of 129º 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 #3DB54F is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 79 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.29 |
| HSL | 129º | 0.5% | 0.47% | - |
| HSV(B) | 129º | 0.66% | 0.71% | - |
| XYZ | 19.86 | 34.6 | 13.03 | - |
| YUV | 133.49 | 97.24 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 79 | 0.66 | 0 | 0.56 | 0.29 | 129 | 0.5 | 0.47 |
| Hex | 3D | B5 | 4F | 42 | 0 | 38 | 1D | 81 | 32 | 2F |
| Octal | 75 | 265 | 117 | 102 | 0 | 70 | 35 | 201 | 62 | 57 |
| Binary | 111101 | 10110101 | 1001111 | 1000010 | 0 | 111000 | 11101 | 10000001 | 110010 | 101111 |
Color Harmonies of #3DB54F
Complementary color
Monochromatic Colors of #3DB54F
Black with #3DB54F
Text Example
Text Example
White with #3DB54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB54F; }
p { color: rgb(61,181,79); }
H1.HeaderClassName
{
color: #3DB54F;
}
.AnyTagClassName
{
color: #3DB54F;
}
</style>
background-color css
<style>
a { background-color: #3DB54F; }
a { background-color: rgb(61,181,79); }
div.DivClassName
{
background-color: #3DB54F;
}
.BgClassName
{
background-color: #3DB54F;
}
</style>
border-color css
<style>
span { border-color: #3DB54F; }
span { border-color: rgb(61,181,79); }
td.TdClassName
{
border-color: #3DB54F;
}
.TagClassName
{
border-color: #3DB54F;
}
</style>