Html Css Color HEX #3DD86A Emerald

📋 copy color: '#3DD86A'

red 61 ◦ green 216 ◦ blue 106

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

Shades of Emerald #3DD86A

Tints of Emerald #3DD86A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 56.4%

 BLUE value IS 106 (41.8% from 255) = 27.68%

R = 15.93%
G = 56.4%
B = 27.68%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#3DD86A (or 0x3DD86A) is known color: Emerald. HEX triplet: 3D, D8 and 6A. RGB value is (61,216,106). Sum of RGB (Red+Green+Blue) = 61+216+106=383 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.93% from 383); Green value is 216 (84.77% from 255 or 56.40% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD86A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD86A is #C22795. Grayscale: #9D9D9D. Windows color (decimal): -12724118 or 7002173. OLE color: 7002173.

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

Color convert

RGB 61 216 106 -
CMYK 0.72 0 0.51 0.15
HSL 137.42º 0.67% 0.54% -
HSV(B) 137.42º 0.72% 0.85% -
XYZ 29.08 51.14 21.97 -
YUV 157.12 99.15 59.44 -
System Red Green Blue C M Y K H S L
Decimal 61 216 106 0.72 0 0.51 0.15 137.42 0.67 0.54
Hex 3D D8 6A 48 0 33 F 89 43 36
Octal 75 330 152 110 0 63 17 211 103 66
Binary 111101 11011000 1101010 1001000 0 110011 1111 10001001 1000011 110110

Color Harmonies of #3DD86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD86A

Black with #3DD86A

Text Example


Text Example

White with #3DD86A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,216,106); }

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

background-color css

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

 a { background-color: rgb(61,216,106); }

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

border-color css

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

 span { border-color: rgb(61,216,106); }

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