Html Css Color HEX #3DD484 Emerald

📋 copy color: '#3DD484'

red 61 ◦ green 212 ◦ blue 132

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

Shades of Emerald #3DD484

Tints of Emerald #3DD484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.59%

R = 15.06%
G = 52.35%
B = 32.59%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#3DD484 (or 0x3DD484) is known color: Emerald. HEX triplet: 3D, D4 and 84. RGB value is (61,212,132). Sum of RGB (Red+Green+Blue) = 61+212+132=405 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.06% from 405); Green value is 212 (83.20% from 255 or 52.35% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 212 - color contains mainly: green. Hex color #3DD484 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD484 is #C22B7B. Grayscale: #9D9D9D. Windows color (decimal): -12725116 or 8705085. OLE color: 8705085.

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

Color convert

RGB 61 212 132 -
CMYK 0.71 0 0.38 0.17
HSL 148.21º 0.64% 0.54% -
HSV(B) 148.21º 0.71% 0.83% -
XYZ 29.63 49.75 29.87 -
YUV 157.73 113.47 59 -
System Red Green Blue C M Y K H S L
Decimal 61 212 132 0.71 0 0.38 0.17 148.21 0.64 0.54
Hex 3D D4 84 47 0 26 11 94 40 36
Octal 75 324 204 107 0 46 21 224 100 66
Binary 111101 11010100 10000100 1000111 0 100110 10001 10010100 1000000 110110

Color Harmonies of #3DD484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD484

Black with #3DD484

Text Example


Text Example

White with #3DD484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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