Html Css Color HEX #3DD470 Emerald

📋 copy color: '#3DD470'

red 61 ◦ green 212 ◦ blue 112

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

Shades of Emerald #3DD470

Tints of Emerald #3DD470

RGB

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

 GREEN value IS 212 (83.2% from 255) = 55.06%

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

R = 15.84%
G = 55.06%
B = 29.09%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#3DD470 (or 0x3DD470) is known color: Emerald. HEX triplet: 3D, D4 and 70. RGB value is (61,212,112). Sum of RGB (Red+Green+Blue) = 61+212+112=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 212 (83.20% from 255 or 55.06% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 212 - color contains mainly: green. Hex color #3DD470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD470 is #C22B8F. Grayscale: #9B9B9B. Windows color (decimal): -12725136 or 7394365. OLE color: 7394365.

HSL color Cylindrical-coordinate representation of color #3DD470: hue angle of 140.26º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD470 is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 61 212 112 -
CMYK 0.71 0 0.47 0.17
HSL 140.26º 0.64% 0.54% -
HSV(B) 140.26º 0.71% 0.83% -
XYZ 28.39 49.25 23.34 -
YUV 155.45 103.47 60.63 -
System Red Green Blue C M Y K H S L
Decimal 61 212 112 0.71 0 0.47 0.17 140.26 0.64 0.54
Hex 3D D4 70 47 0 2F 11 8C 40 36
Octal 75 324 160 107 0 57 21 214 100 66
Binary 111101 11010100 1110000 1000111 0 101111 10001 10001100 1000000 110110

Color Harmonies of #3DD470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD470

Black with #3DD470

Text Example


Text Example

White with #3DD470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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