Html Css Color HEX #3DD474 Emerald

📋 copy color: '#3DD474'

red 61 ◦ green 212 ◦ blue 116

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

Shades of Emerald #3DD474

Tints of Emerald #3DD474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.82%

R = 15.68%
G = 54.5%
B = 29.82%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#3DD474 (or 0x3DD474) is known color: Emerald. HEX triplet: 3D, D4 and 74. RGB value is (61,212,116). Sum of RGB (Red+Green+Blue) = 61+212+116=389 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.68% from 389); Green value is 212 (83.20% from 255 or 54.50% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 212 - color contains mainly: green. Hex color #3DD474 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD474 is #C22B8B. Grayscale: #9C9C9C. Windows color (decimal): -12725132 or 7656509. OLE color: 7656509.

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

Color convert

RGB 61 212 116 -
CMYK 0.71 0 0.45 0.17
HSL 141.85º 0.64% 0.54% -
HSV(B) 141.85º 0.71% 0.83% -
XYZ 28.62 49.34 24.54 -
YUV 155.91 105.47 60.31 -
System Red Green Blue C M Y K H S L
Decimal 61 212 116 0.71 0 0.45 0.17 141.85 0.64 0.54
Hex 3D D4 74 47 0 2D 11 8E 40 36
Octal 75 324 164 107 0 55 21 216 100 66
Binary 111101 11010100 1110100 1000111 0 101101 10001 10001110 1000000 110110

Color Harmonies of #3DD474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD474

Black with #3DD474

Text Example


Text Example

White with #3DD474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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