Html Css Color HEX #3AD474 Emerald

📋 copy color: '#3AD474'

red 58 ◦ green 212 ◦ blue 116

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

Shades of Emerald #3AD474

Tints of Emerald #3AD474

RGB

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

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

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

R = 15.03%
G = 54.92%
B = 30.05%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#3AD474 (or 0x3AD474) is known color: Emerald. HEX triplet: 3A, D4 and 74. RGB value is (58,212,116). Sum of RGB (Red+Green+Blue) = 58+212+116=386 (51% of max value = 765). Red value is 58 (23.05% from 255 or 15.03% from 386); Green value is 212 (83.20% from 255 or 54.92% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD474 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD474 is #C52B8B. Grayscale: #9B9B9B. Windows color (decimal): -12921740 or 7656506. OLE color: 7656506.

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

Color convert

RGB 58 212 116 -
CMYK 0.73 0 0.45 0.17
HSL 142.6º 0.64% 0.53% -
HSV(B) 142.6º 0.73% 0.83% -
XYZ 28.44 49.25 24.53 -
YUV 155.01 105.98 58.81 -
System Red Green Blue C M Y K H S L
Decimal 58 212 116 0.73 0 0.45 0.17 142.6 0.64 0.53
Hex 3A D4 74 49 0 2D 11 8F 40 35
Octal 72 324 164 111 0 55 21 217 100 65
Binary 111010 11010100 1110100 1001001 0 101101 10001 10001111 1000000 110101

Color Harmonies of #3AD474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD474

Black with #3AD474

Text Example


Text Example

White with #3AD474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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