Html Css Color HEX #3DD970 Emerald

📋 copy color: '#3DD970'

red 61 ◦ green 217 ◦ blue 112

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

Shades of Emerald #3DD970

Tints of Emerald #3DD970

RGB

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

 GREEN value IS 217 (85.16% from 255) = 55.64%

 BLUE value IS 112 (44.14% from 255) = 28.72%

R = 15.64%
G = 55.64%
B = 28.72%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#3DD970 (or 0x3DD970) is known color: Emerald. HEX triplet: 3D, D9 and 70. RGB value is (61,217,112). Sum of RGB (Red+Green+Blue) = 61+217+112=390 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.64% from 390); Green value is 217 (85.16% from 255 or 55.64% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD970 is #C2268F. Grayscale: #9E9E9E. Windows color (decimal): -12723856 or 7395645. OLE color: 7395645.

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

Color convert

RGB 61 217 112 -
CMYK 0.72 0 0.48 0.15
HSL 139.62º 0.67% 0.55% -
HSV(B) 139.62º 0.72% 0.85% -
XYZ 29.66 51.79 23.76 -
YUV 158.39 101.82 58.54 -
System Red Green Blue C M Y K H S L
Decimal 61 217 112 0.72 0 0.48 0.15 139.62 0.67 0.55
Hex 3D D9 70 48 0 30 F 8C 43 37
Octal 75 331 160 110 0 60 17 214 103 67
Binary 111101 11011001 1110000 1001000 0 110000 1111 10001100 1000011 110111

Color Harmonies of #3DD970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD970

Black with #3DD970

Text Example


Text Example

White with #3DD970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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