Shades of Fruit Salad #3DB54A
Tints of Fruit Salad #3DB54A
RGB
CMYK
RGB Variations
Color information
#3DB54A (or 0x3DB54A) is known color: Fruit Salad. HEX triplet: 3D, B5 and 4A. RGB value is (61,181,74). Sum of RGB (Red+Green+Blue) = 61+181+74=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 181 (71.09% from 255 or 57.28% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB54A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB54A is #C24AB5. Grayscale: #858585. Windows color (decimal): -12733110 or 4896061. OLE color: 4896061.
HSL color Cylindrical-coordinate representation of color #3DB54A: hue angle of 126.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 #3DB54A is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 74 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.29 |
| HSL | 126.5º | 0.5% | 0.47% | - |
| HSV(B) | 126.5º | 0.66% | 0.71% | - |
| XYZ | 19.68 | 34.53 | 12.11 | - |
| YUV | 132.92 | 94.74 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 74 | 0.66 | 0 | 0.59 | 0.29 | 126.5 | 0.5 | 0.47 |
| Hex | 3D | B5 | 4A | 42 | 0 | 3B | 1D | 7E | 32 | 2F |
| Octal | 75 | 265 | 112 | 102 | 0 | 73 | 35 | 176 | 62 | 57 |
| Binary | 111101 | 10110101 | 1001010 | 1000010 | 0 | 111011 | 11101 | 1111110 | 110010 | 101111 |
Color Harmonies of #3DB54A
Complementary color
Monochromatic Colors of #3DB54A
Black with #3DB54A
Text Example
Text Example
White with #3DB54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB54A; }
p { color: rgb(61,181,74); }
H1.HeaderClassName
{
color: #3DB54A;
}
.AnyTagClassName
{
color: #3DB54A;
}
</style>
background-color css
<style>
a { background-color: #3DB54A; }
a { background-color: rgb(61,181,74); }
div.DivClassName
{
background-color: #3DB54A;
}
.BgClassName
{
background-color: #3DB54A;
}
</style>
border-color css
<style>
span { border-color: #3DB54A; }
span { border-color: rgb(61,181,74); }
td.TdClassName
{
border-color: #3DB54A;
}
.TagClassName
{
border-color: #3DB54A;
}
</style>