#3DDC7B

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

Shades of Emerald #3DDC7B

Tints of Emerald #3DDC7B

Color information

#3DDC7B (or 0x3DDC7B) is unknown color: approx Emerald. HEX triplet: 3D, DC and 7B. RGB value is (61,220,123). Sum of RGB (Red+Green+Blue) = 61+220+123=404 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.10% from 404); Green value is 220 (86.33% from 255 or 54.46% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDC7B is #C22384. Grayscale: #A1A1A1. Windows color (decimal): -12723077 or 8117309. OLE color: 8117309.

HSL color Cylindrical-coordinate representation of color #3DDC7B: hue angle of 143.4º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDC7B is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB61220123-
CMYK0.7200.440.14
HSL143.4º69.43%55.1%-
HSV(B)143.4º72.27%86.27%-
XYZ31.0953.6127.45-
YUV161.4106.3256.39-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.10%
GREEN value IS 220 (86.33% from 255) = 54.46%
BLUE value IS 123 (48.44% from 255) = 30.45%
R=15.10%
G=54.46%
B=30.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal612201230.7200.440.14143.469.4355.1
Hex3DDC7B4802CE8f4537
Octal753341731100541621710567
Binary111101110111001111011100100001011001110100011111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,220,123); }

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

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

 a { background-color: rgb(61,220,123); }

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

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

 span { border-color: rgb(61,220,123); }

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