#3DB94D

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

Shades of Fruit Salad #3DB94D

Tints of Fruit Salad #3DB94D

Color information

#3DB94D (or 0x3DB94D) is unknown color: approx Fruit Salad. HEX triplet: 3D, B9 and 4D. RGB value is (61,185,77). Sum of RGB (Red+Green+Blue) = 61+185+77=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 185 (72.66% from 255 or 57.28% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB94D is #C246B2. Grayscale: #878787. Windows color (decimal): -12732083 or 5093693. OLE color: 5093693.

HSL color Cylindrical-coordinate representation of color #3DB94D: hue angle of 127.74º 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 #3DB94D is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB6118577-
CMYK0.6700.580.27
HSL127.74º50.41%48.24%-
HSV(B)127.74º67.03%72.55%-
XYZ20.6136.2312.93-
YUV135.6194.9274.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.89%
GREEN value IS 185 (72.66% from 255) = 57.28%
BLUE value IS 77 (30.47% from 255) = 23.84%
R=18.89%
G=57.28%
B=23.84%

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
Decimal61185770.6700.580.27127.7450.4148.24
Hex3DB94D4303A1B803230
Octal75271115103072332006260
Binary111101101110011001101100001101110101101110000000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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