Html Css Color HEX #3DDC80 Emerald

📋 copy color: '#3DDC80'

red 61 ◦ green 220 ◦ blue 128

#3DDC80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #3DDC80

Tints of Emerald #3DDC80

RGB

 RED value IS 61 (24.22% from 255) = 14.91%

 GREEN value IS 220 (86.33% from 255) = 53.79%

 BLUE value IS 128 (50.39% from 255) = 31.3%

R = 14.91%
G = 53.79%
B = 31.3%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#3DDC80 (or 0x3DDC80) is known color: Emerald. HEX triplet: 3D, DC and 80. RGB value is (61,220,128). Sum of RGB (Red+Green+Blue) = 61+220+128=409 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.91% from 409); Green value is 220 (86.33% from 255 or 53.79% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DDC80 is #C2237F. Grayscale: #A2A2A2. Windows color (decimal): -12723072 or 8444989. OLE color: 8444989.

HSL color Cylindrical-coordinate representation of color #3DDC80: hue angle of 145.28º 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 #3DDC80 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 220 128 -
CMYK 0.72 0 0.42 0.14
HSL 145.28º 0.69% 0.55% -
HSV(B) 145.28º 0.72% 0.86% -
XYZ 31.41 53.74 29.14 -
YUV 161.97 108.82 55.98 -
System Red Green Blue C M Y K H S L
Decimal 61 220 128 0.72 0 0.42 0.14 145.28 0.69 0.55
Hex 3D DC 80 48 0 2A E 91 45 37
Octal 75 334 200 110 0 52 16 221 105 67
Binary 111101 11011100 10000000 1001000 0 101010 1110 10010001 1000101 110111

Color Harmonies of #3DDC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDC80

Black with #3DDC80

Text Example


Text Example

White with #3DDC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3DDC80;
 }
 .AnyTagClassName
 {
   color: #3DDC80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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