#3DD76A

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

Shades of Emerald #3DD76A

Tints of Emerald #3DD76A

Color information

#3DD76A (or 0x3DD76A) is unknown color: approx Emerald. HEX triplet: 3D, D7 and 6A. RGB value is (61,215,106). Sum of RGB (Red+Green+Blue) = 61+215+106=382 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.97% from 382); Green value is 215 (84.38% from 255 or 56.28% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 215 - color contains mainly: green. Hex color #3DD76A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD76A is #C22895. Grayscale: #9C9C9C. Windows color (decimal): -12724374 or 7001917. OLE color: 7001917.

HSL color Cylindrical-coordinate representation of color #3DD76A: hue angle of 137.53º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD76A is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB61215106-
CMYK0.7200.510.16
HSL137.53º65.81%54.12%-
HSV(B)137.53º71.63%84.31%-
XYZ28.8350.6321.89-
YUV156.5399.4859.86-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.97%
GREEN value IS 215 (84.38% from 255) = 56.28%
BLUE value IS 106 (41.80% from 255) = 27.75%
R=15.97%
G=56.28%
B=27.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal612151060.7200.510.16137.5365.8154.12
Hex3DD76A48033108a4236
Octal753271521100632021210266
Binary1111011101011111010101001000011001110000100010101000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,215,106); }

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

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

 a { background-color: rgb(61,215,106); }

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

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

 span { border-color: rgb(61,215,106); }

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