#3EB14E

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

Shades of Fruit Salad #3EB14E

Tints of Fruit Salad #3EB14E

Color information

#3EB14E (or 0x3EB14E) is unknown color: approx Fruit Salad. HEX triplet: 3E, B1 and 4E. RGB value is (62,177,78). Sum of RGB (Red+Green+Blue) = 62+177+78=317 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.56% from 317); Green value is 177 (69.53% from 255 or 55.84% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 177 - color contains mainly: green. Hex color #3EB14E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3EB14E is #C14EB1. Grayscale: #838383. Windows color (decimal): -12668594 or 5157182. OLE color: 5157182.

HSL color Cylindrical-coordinate representation of color #3EB14E: hue angle of 128.35º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3EB14E is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB6217778-
CMYK0.6500.560.31
HSL128.35º48.12%46.86%-
HSV(B)128.35º64.97%69.41%-
XYZ19.0833.0212.58-
YUV131.3397.978.55-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.56%
GREEN value IS 177 (69.53% from 255) = 55.84%
BLUE value IS 78 (30.86% from 255) = 24.61%
R=19.56%
G=55.84%
B=24.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal62177780.6500.560.31128.3548.1246.86
Hex3EB14E410381F80302f
Octal76261116101070372006057
Binary111110101100011001110100000101110001111110000000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EB14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,177,78); }

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

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

 a { background-color: rgb(62,177,78); }

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

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

 span { border-color: rgb(62,177,78); }

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