#3DBD4D

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

Shades of Fruit Salad #3DBD4D

Tints of Fruit Salad #3DBD4D

Color information

#3DBD4D (or 0x3DBD4D) is unknown color: approx Fruit Salad. HEX triplet: 3D, BD and 4D. RGB value is (61,189,77). Sum of RGB (Red+Green+Blue) = 61+189+77=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 189 (74.22% from 255 or 57.80% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBD4D is #C242B2. Grayscale: #8A8A8A. Windows color (decimal): -12731059 or 5094717. OLE color: 5094717.

HSL color Cylindrical-coordinate representation of color #3DBD4D: hue angle of 127.5º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBD4D is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB6118977-
CMYK0.6800.590.26
HSL127.5º51.2%49.02%-
HSV(B)127.5º67.72%74.12%-
XYZ21.4637.9213.21-
YUV137.9693.5973.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.65%
GREEN value IS 189 (74.22% from 255) = 57.80%
BLUE value IS 77 (30.47% from 255) = 23.55%
R=18.65%
G=57.80%
B=23.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61189770.6800.590.26127.551.249.02
Hex3DBD4D4403B1A803331
Octal75275115104073322006361
Binary111101101111011001101100010001110111101010000000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DBD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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