#3ED06A

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

Shades of Emerald #3ED06A

Tints of Emerald #3ED06A

Color information

#3ED06A (or 0x3ED06A) is unknown color: approx Emerald. HEX triplet: 3E, D0 and 6A. RGB value is (62,208,106). Sum of RGB (Red+Green+Blue) = 62+208+106=376 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.49% from 376); Green value is 208 (81.64% from 255 or 55.32% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 208 - color contains mainly: green. Hex color #3ED06A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ED06A is #C12F95. Grayscale: #989898. Windows color (decimal): -12660630 or 7000126. OLE color: 7000126.

HSL color Cylindrical-coordinate representation of color #3ED06A: hue angle of 138.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ED06A is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB62208106-
CMYK0.7000.490.18
HSL138.08º60.83%52.94%-
HSV(B)138.08º70.19%81.57%-
XYZ27.1447.1821.31-
YUV152.72101.6363.29-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.49%
GREEN value IS 208 (81.64% from 255) = 55.32%
BLUE value IS 106 (41.80% from 255) = 28.19%
R=16.49%
G=55.32%
B=28.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal622081060.7000.490.18138.0860.8352.94
Hex3ED06A46031128a3d35
Octal76320152106061222127565
Binary111110110100001101010100011001100011001010001010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,208,106); }

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

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

 a { background-color: rgb(62,208,106); }

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

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

 span { border-color: rgb(62,208,106); }

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