Shades of Fruit Salad #3DB54E
Tints of Fruit Salad #3DB54E
RGB
CMYK
RGB Variations
Color information
#3DB54E (or 0x3DB54E) is known color: Fruit Salad. HEX triplet: 3D, B5 and 4E. RGB value is (61,181,78). Sum of RGB (Red+Green+Blue) = 61+181+78=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 181 (71.09% from 255 or 56.56% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB54E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB54E is #C24AB1. Grayscale: #858585. Windows color (decimal): -12733106 or 5158205. OLE color: 5158205.
HSL color Cylindrical-coordinate representation of color #3DB54E: hue angle of 128.5º 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 #3DB54E is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 78 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.29 |
| HSL | 128.5º | 0.5% | 0.47% | - |
| HSV(B) | 128.5º | 0.66% | 0.71% | - |
| XYZ | 19.82 | 34.59 | 12.84 | - |
| YUV | 133.38 | 96.74 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 78 | 0.66 | 0 | 0.57 | 0.29 | 128.5 | 0.5 | 0.47 |
| Hex | 3D | B5 | 4E | 42 | 0 | 39 | 1D | 80 | 32 | 2F |
| Octal | 75 | 265 | 116 | 102 | 0 | 71 | 35 | 200 | 62 | 57 |
| Binary | 111101 | 10110101 | 1001110 | 1000010 | 0 | 111001 | 11101 | 10000000 | 110010 | 101111 |
Color Harmonies of #3DB54E
Complementary color
Monochromatic Colors of #3DB54E
Black with #3DB54E
Text Example
Text Example
White with #3DB54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB54E; }
p { color: rgb(61,181,78); }
H1.HeaderClassName
{
color: #3DB54E;
}
.AnyTagClassName
{
color: #3DB54E;
}
</style>
background-color css
<style>
a { background-color: #3DB54E; }
a { background-color: rgb(61,181,78); }
div.DivClassName
{
background-color: #3DB54E;
}
.BgClassName
{
background-color: #3DB54E;
}
</style>
border-color css
<style>
span { border-color: #3DB54E; }
span { border-color: rgb(61,181,78); }
td.TdClassName
{
border-color: #3DB54E;
}
.TagClassName
{
border-color: #3DB54E;
}
</style>