Html Css Color HEX #3DD780 Emerald

📋 copy color: '#3DD780'

red 61 ◦ green 215 ◦ blue 128

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

Shades of Emerald #3DD780

Tints of Emerald #3DD780

RGB

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

 GREEN value IS 215 (84.38% from 255) = 53.22%

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

R = 15.1%
G = 53.22%
B = 31.68%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#3DD780 (or 0x3DD780) is known color: Emerald. HEX triplet: 3D, D7 and 80. RGB value is (61,215,128). Sum of RGB (Red+Green+Blue) = 61+215+128=404 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.10% from 404); Green value is 215 (84.38% from 255 or 53.22% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 215 - color contains mainly: green. Hex color #3DD780 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD780 is #C2287F. Grayscale: #9F9F9F. Windows color (decimal): -12724352 or 8443709. OLE color: 8443709.

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

Color convert

RGB 61 215 128 -
CMYK 0.72 0 0.40 0.16
HSL 146.1º 0.66% 0.54% -
HSV(B) 146.1º 0.72% 0.84% -
XYZ 30.12 51.15 28.71 -
YUV 159.04 110.48 58.07 -
System Red Green Blue C M Y K H S L
Decimal 61 215 128 0.72 0 0.40 0.16 146.1 0.66 0.54
Hex 3D D7 80 48 0 28 10 92 42 36
Octal 75 327 200 110 0 50 20 222 102 66
Binary 111101 11010111 10000000 1001000 0 101000 10000 10010010 1000010 110110

Color Harmonies of #3DD780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD780

Black with #3DD780

Text Example


Text Example

White with #3DD780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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