#3EAD50

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

Shades of Fruit Salad #3EAD50

Tints of Fruit Salad #3EAD50

Color information

#3EAD50 (or 0x3EAD50) is unknown color: approx Fruit Salad. HEX triplet: 3E, AD and 50. RGB value is (62,173,80). Sum of RGB (Red+Green+Blue) = 62+173+80=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 173 (67.97% from 255 or 54.92% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 173 - color contains mainly: green. Hex color #3EAD50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3EAD50 is #C152AF. Grayscale: #818181. Windows color (decimal): -12669616 or 5287230. OLE color: 5287230.

HSL color Cylindrical-coordinate representation of color #3EAD50: hue angle of 129.73º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3EAD50 is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB6217380-
CMYK0.6400.540.32
HSL129.73º47.23%46.08%-
HSV(B)129.73º64.16%67.84%-
XYZ18.3831.4912.7-
YUV129.21100.2380.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.68%
GREEN value IS 173 (67.97% from 255) = 54.92%
BLUE value IS 80 (31.64% from 255) = 25.40%
R=19.68%
G=54.92%
B=25.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal62173800.6400.540.32129.7347.2346.08
Hex3EAD504003620822f2e
Octal76255120100066402025756
Binary1111101010110110100001000000011011010000010000010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EAD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,173,80); }

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

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

 a { background-color: rgb(62,173,80); }

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

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

 span { border-color: rgb(62,173,80); }

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