Html Css Color HEX #3DD66D Emerald

📋 copy color: '#3DD66D'

red 61 ◦ green 214 ◦ blue 109

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

Shades of Emerald #3DD66D

Tints of Emerald #3DD66D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 55.73%

 BLUE value IS 109 (42.97% from 255) = 28.39%

R = 15.89%
G = 55.73%
B = 28.39%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#3DD66D (or 0x3DD66D) is known color: Emerald. HEX triplet: 3D, D6 and 6D. RGB value is (61,214,109). Sum of RGB (Red+Green+Blue) = 61+214+109=384 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.89% from 384); Green value is 214 (83.98% from 255 or 55.73% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD66D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD66D is #C22992. Grayscale: #9C9C9C. Windows color (decimal): -12724627 or 7198269. OLE color: 7198269.

HSL color Cylindrical-coordinate representation of color #3DD66D: hue angle of 138.82º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD66D is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 61 214 109 -
CMYK 0.71 0 0.49 0.16
HSL 138.82º 0.65% 0.54% -
HSV(B) 138.82º 0.71% 0.84% -
XYZ 28.73 50.19 22.64 -
YUV 156.28 101.31 60.04 -
System Red Green Blue C M Y K H S L
Decimal 61 214 109 0.71 0 0.49 0.16 138.82 0.65 0.54
Hex 3D D6 6D 47 0 31 10 8B 41 36
Octal 75 326 155 107 0 61 20 213 101 66
Binary 111101 11010110 1101101 1000111 0 110001 10000 10001011 1000001 110110

Color Harmonies of #3DD66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD66D

Black with #3DD66D

Text Example


Text Example

White with #3DD66D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,214,109); }

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

background-color css

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

 a { background-color: rgb(61,214,109); }

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

border-color css

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

 span { border-color: rgb(61,214,109); }

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