Html Css Color HEX #3DD07D Emerald

📋 copy color: '#3DD07D'

red 61 ◦ green 208 ◦ blue 125

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

Shades of Emerald #3DD07D

Tints of Emerald #3DD07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.73%

R = 15.48%
G = 52.79%
B = 31.73%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#3DD07D (or 0x3DD07D) is known color: Emerald. HEX triplet: 3D, D0 and 7D. RGB value is (61,208,125). Sum of RGB (Red+Green+Blue) = 61+208+125=394 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.48% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD07D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD07D is #C22F82. Grayscale: #9A9A9A. Windows color (decimal): -12726147 or 8245309. OLE color: 8245309.

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

Color convert

RGB 61 208 125 -
CMYK 0.71 0 0.40 0.18
HSL 146.12º 0.61% 0.53% -
HSV(B) 146.12º 0.71% 0.82% -
XYZ 28.18 47.58 27.1 -
YUV 154.59 111.3 61.25 -
System Red Green Blue C M Y K H S L
Decimal 61 208 125 0.71 0 0.40 0.18 146.12 0.61 0.53
Hex 3D D0 7D 47 0 28 12 92 3D 35
Octal 75 320 175 107 0 50 22 222 75 65
Binary 111101 11010000 1111101 1000111 0 101000 10010 10010010 111101 110101

Color Harmonies of #3DD07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD07D

Black with #3DD07D

Text Example


Text Example

White with #3DD07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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