#3DB44E

Color #3DB44E Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #3DB44E

Tints of Fruit Salad #3DB44E

Color information

#3DB44E (or 0x3DB44E) is unknown color: approx Fruit Salad. HEX triplet: 3D, B4 and 4E. RGB value is (61,180,78). Sum of RGB (Red+Green+Blue) = 61+180+78=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 180 (70.70% from 255 or 56.43% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB44E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB44E is #C24BB1. Grayscale: #858585. Windows color (decimal): -12733362 or 5157949. OLE color: 5157949.

HSL color Cylindrical-coordinate representation of color #3DB44E: hue angle of 128.57º degrees, saturation: 0.49, 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 #3DB44E is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB6118078-
CMYK0.6600.570.29
HSL128.57º49.38%47.25%-
HSV(B)128.57º66.11%70.59%-
XYZ19.6234.1812.77-
YUV132.7997.0876.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 19.12%
GREEN value IS 180 (70.70% from 255) = 56.43%
BLUE value IS 78 (30.86% from 255) = 24.45%
R=19.12%
G=56.43%
B=24.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal61180780.6600.570.29128.5749.3847.25
Hex3DB44E420391D81312f
Octal75264116102071352016157
Binary111101101101001001110100001001110011110110000001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DB44E; }

 p { color: rgb(61,180,78); }

 H1.HeaderClassName
 {
   color: #3DB44E;
 }
 .AnyTagClassName
 {
   color: #3DB44E;
 }
</style>
background-color css

<style>
 a { background-color: #3DB44E; }

 a { background-color: rgb(61,180,78); }

 div.DivClassName
 {
   background-color: #3DB44E;
 }
 .BgClassName
 {
   background-color: #3DB44E;
 }
</style>
border-color css

<style>
 span { border-color: #3DB44E; }

 span { border-color: rgb(61,180,78); }

 td.TdClassName
 {
   border-color: #3DB44E;
 }
 .TagClassName
 {
   border-color: #3DB44E;
 }
</style>