#3DB94E

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

Shades of Fruit Salad #3DB94E

Tints of Fruit Salad #3DB94E

Color information

#3DB94E (or 0x3DB94E) is unknown color: approx Fruit Salad. HEX triplet: 3D, B9 and 4E. RGB value is (61,185,78). Sum of RGB (Red+Green+Blue) = 61+185+78=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 185 (72.66% from 255 or 57.10% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB94E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB94E is #C246B1. Grayscale: #888888. Windows color (decimal): -12732082 or 5159229. OLE color: 5159229.

HSL color Cylindrical-coordinate representation of color #3DB94E: hue angle of 128.23º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB94E is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB6118578-
CMYK0.6700.580.27
HSL128.23º50.41%48.24%-
HSV(B)128.23º67.03%72.55%-
XYZ20.6536.2413.11-
YUV135.7395.4274.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.83%
GREEN value IS 185 (72.66% from 255) = 57.10%
BLUE value IS 78 (30.86% from 255) = 24.07%
R=18.83%
G=57.10%
B=24.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61185780.6700.580.27128.2350.4148.24
Hex3DB94E4303A1B803230
Octal75271116103072332006260
Binary111101101110011001110100001101110101101110000000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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