#3DBD4E

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

Shades of Fruit Salad #3DBD4E

Tints of Fruit Salad #3DBD4E

Color information

#3DBD4E (or 0x3DBD4E) is unknown color: approx Fruit Salad. HEX triplet: 3D, BD and 4E. RGB value is (61,189,78). Sum of RGB (Red+Green+Blue) = 61+189+78=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 189 (74.22% from 255 or 57.62% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBD4E is #C242B1. Grayscale: #8A8A8A. Windows color (decimal): -12731058 or 5160253. OLE color: 5160253.

HSL color Cylindrical-coordinate representation of color #3DBD4E: hue angle of 127.97º 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 #3DBD4E is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB6118978-
CMYK0.6800.590.26
HSL127.97º51.2%49.02%-
HSV(B)127.97º67.72%74.12%-
XYZ21.537.9413.4-
YUV138.0794.0973.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.60%
GREEN value IS 189 (74.22% from 255) = 57.62%
BLUE value IS 78 (30.86% from 255) = 23.78%
R=18.60%
G=57.62%
B=23.78%

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
Decimal61189780.6800.590.26127.9751.249.02
Hex3DBD4E4403B1A803331
Octal75275116104073322006361
Binary111101101111011001110100010001110111101010000000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DBD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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