#3dd97c

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

Shades of Emerald #3DD97C

Tints of Emerald #3DD97C

Color information

#3DD97C (or 0x3DD97C) is unknown color: approx Emerald. HEX triplet: 3D, D9 and 7C. RGB value is (61,217,124). Sum of RGB (Red+Green+Blue) = 61+217+124=402 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.17% from 402); Green value is 217 (85.16% from 255 or 53.98% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD97C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD97C is #C22683. Grayscale: #9F9F9F. Windows color (decimal): -12723844 or 8182077. OLE color: 8182077.

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

Color convert

RGB61217124-
CMYK0.7200.430.15
HSL144.23º67.24%54.51%-
HSV(B)144.23º71.89%85.1%-
XYZ30.3852.0727.52-
YUV159.75107.8257.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.17%
GREEN value IS 217 (85.16% from 255) = 53.98%
BLUE value IS 124 (48.83% from 255) = 30.85%
R=15.17%
G=53.98%
B=30.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal612171240.7200.430.15144.2367.2454.51
Hex3DD97C4802BF904337
Octal753311741100531722010367
Binary111101110110011111100100100001010111111100100001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3dd97c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,217,124); }

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

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

 a { background-color: rgb(61,217,124); }

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

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

 span { border-color: rgb(61,217,124); }

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