#3ed85f

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

Shades of Emerald #3ED85F

Tints of Emerald #3ED85F

Color information

#3ED85F (or 0x3ED85F) is unknown color: approx Emerald. HEX triplet: 3E, D8 and 5F. RGB value is (62,216,95). Sum of RGB (Red+Green+Blue) = 62+216+95=373 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.62% from 373); Green value is 216 (84.77% from 255 or 57.91% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 216 - color contains mainly: green. Hex color #3ED85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ED85F is #C127A0. Grayscale: #9C9C9C. Windows color (decimal): -12658593 or 6281278. OLE color: 6281278.

HSL color Cylindrical-coordinate representation of color #3ED85F: hue angle of 132.86º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED85F is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB6221695-
CMYK0.7100.560.15
HSL132.86º66.38%54.51%-
HSV(B)132.86º71.3%84.71%-
XYZ28.6150.9619.16-
YUV156.1693.4860.84-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.62%
GREEN value IS 216 (84.77% from 255) = 57.91%
BLUE value IS 95 (37.5% from 255) = 25.47%
R=16.62%
G=57.91%
B=25.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal62216950.7100.560.15132.8666.3854.51
Hex3ED85F47038F854237
Octal763301371070701720510267
Binary111110110110001011111100011101110001111100001011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ed85f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,216,95); }

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

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

 a { background-color: rgb(62,216,95); }

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

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

 span { border-color: rgb(62,216,95); }

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