Html Css Color HEX #3AD45D Emerald

📋 copy color: '#3AD45D'

red 58 ◦ green 212 ◦ blue 93

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

Shades of Emerald #3AD45D

Tints of Emerald #3AD45D

RGB

 RED value IS 58 (23.05% from 255) = 15.98%

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

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

R = 15.98%
G = 58.4%
B = 25.62%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#3AD45D (or 0x3AD45D) is known color: Emerald. HEX triplet: 3A, D4 and 5D. RGB value is (58,212,93). Sum of RGB (Red+Green+Blue) = 58+212+93=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 212 (83.20% from 255 or 58.40% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD45D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD45D is #C52BA2. Grayscale: #989898. Windows color (decimal): -12921763 or 6149178. OLE color: 6149178.

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

Color convert

RGB 58 212 93 -
CMYK 0.73 0 0.56 0.17
HSL 133.64º 0.64% 0.53% -
HSV(B) 133.64º 0.73% 0.83% -
XYZ 27.26 48.78 18.33 -
YUV 152.39 94.48 60.68 -
System Red Green Blue C M Y K H S L
Decimal 58 212 93 0.73 0 0.56 0.17 133.64 0.64 0.53
Hex 3A D4 5D 49 0 38 11 86 40 35
Octal 72 324 135 111 0 70 21 206 100 65
Binary 111010 11010100 1011101 1001001 0 111000 10001 10000110 1000000 110101

Color Harmonies of #3AD45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD45D

Black with #3AD45D

Text Example


Text Example

White with #3AD45D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,212,93); }

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

background-color css

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

 a { background-color: rgb(58,212,93); }

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

border-color css

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

 span { border-color: rgb(58,212,93); }

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