Html Css Color HEX #3AED74 Emerald

📋 copy color: '#3AED74'

red 58 ◦ green 237 ◦ blue 116

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

Shades of Emerald #3AED74

Tints of Emerald #3AED74

RGB

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

 GREEN value IS 237 (92.97% from 255) = 57.66%

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

R = 14.11%
G = 57.66%
B = 28.22%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#3AED74 (or 0x3AED74) is known color: Emerald. HEX triplet: 3A, ED and 74. RGB value is (58,237,116). Sum of RGB (Red+Green+Blue) = 58+237+116=411 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.11% from 411); Green value is 237 (92.97% from 255 or 57.66% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 237 - color contains mainly: green. Hex color #3AED74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AED74 is #C5128B. Grayscale: #A9A9A9. Windows color (decimal): -12915340 or 7662906. OLE color: 7662906.

HSL color Cylindrical-coordinate representation of color #3AED74: hue angle of 139.44º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AED74 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 237 116 -
CMYK 0.76 0 0.51 0.07
HSL 139.44º 0.83% 0.58% -
HSV(B) 139.44º 0.76% 0.93% -
XYZ 35.18 62.73 26.78 -
YUV 169.69 97.7 48.34 -
System Red Green Blue C M Y K H S L
Decimal 58 237 116 0.76 0 0.51 0.07 139.44 0.83 0.58
Hex 3A ED 74 4C 0 33 7 8B 53 3A
Octal 72 355 164 114 0 63 7 213 123 72
Binary 111010 11101101 1110100 1001100 0 110011 111 10001011 1010011 111010

Color Harmonies of #3AED74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AED74

Black with #3AED74

Text Example


Text Example

White with #3AED74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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