Html Css Color HEX #3DD05D Emerald

📋 copy color: '#3DD05D'

red 61 ◦ green 208 ◦ blue 93

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

Shades of Emerald #3DD05D

Tints of Emerald #3DD05D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.46%

 BLUE value IS 93 (36.72% from 255) = 25.69%

R = 16.85%
G = 57.46%
B = 25.69%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#3DD05D (or 0x3DD05D) is known color: Emerald. HEX triplet: 3D, D0 and 5D. RGB value is (61,208,93). Sum of RGB (Red+Green+Blue) = 61+208+93=362 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.85% from 362); Green value is 208 (81.64% from 255 or 57.46% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD05D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD05D is #C22FA2. Grayscale: #979797. Windows color (decimal): -12726179 or 6148157. OLE color: 6148157.

HSL color Cylindrical-coordinate representation of color #3DD05D: hue angle of 133.06º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD05D is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 61 208 93 -
CMYK 0.71 0 0.55 0.18
HSL 133.06º 0.61% 0.53% -
HSV(B) 133.06º 0.71% 0.82% -
XYZ 26.46 46.89 18.01 -
YUV 150.94 95.3 63.85 -
System Red Green Blue C M Y K H S L
Decimal 61 208 93 0.71 0 0.55 0.18 133.06 0.61 0.53
Hex 3D D0 5D 47 0 37 12 85 3D 35
Octal 75 320 135 107 0 67 22 205 75 65
Binary 111101 11010000 1011101 1000111 0 110111 10010 10000101 111101 110101

Color Harmonies of #3DD05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD05D

Black with #3DD05D

Text Example


Text Example

White with #3DD05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,208,93); }

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

background-color css

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

 a { background-color: rgb(61,208,93); }

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

border-color css

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

 span { border-color: rgb(61,208,93); }

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