Html Css Color HEX #34ED7A Emerald

📋 copy color: '#34ED7A'

red 52 ◦ green 237 ◦ blue 122

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

Shades of Emerald #34ED7A

Tints of Emerald #34ED7A

RGB

 RED value IS 52 (20.7% from 255) = 12.65%

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

 BLUE value IS 122 (48.05% from 255) = 29.68%

R = 12.65%
G = 57.66%
B = 29.68%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#34ED7A (or 0x34ED7A) is known color: Emerald. HEX triplet: 34, ED and 7A. RGB value is (52,237,122). Sum of RGB (Red+Green+Blue) = 52+237+122=411 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.65% from 411); Green value is 237 (92.97% from 255 or 57.66% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 237 - color contains mainly: green. Hex color #34ED7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34ED7A is #CB1285. Grayscale: #A8A8A8. Windows color (decimal): -13308550 or 8056116. OLE color: 8056116.

HSL color Cylindrical-coordinate representation of color #34ED7A: hue angle of 142.7º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34ED7A is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 237 122 -
CMYK 0.78 0 0.49 0.07
HSL 142.7º 0.84% 0.57% -
HSV(B) 142.7º 0.78% 0.93% -
XYZ 35.21 62.7 28.66 -
YUV 168.58 101.71 44.85 -
System Red Green Blue C M Y K H S L
Decimal 52 237 122 0.78 0 0.49 0.07 142.7 0.84 0.57
Hex 34 ED 7A 4E 0 31 7 8F 54 39
Octal 64 355 172 116 0 61 7 217 124 71
Binary 110100 11101101 1111010 1001110 0 110001 111 10001111 1010100 111001

Color Harmonies of #34ED7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ED7A

Black with #34ED7A

Text Example


Text Example

White with #34ED7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34ED7A; }

 p { color: rgb(52,237,122); }

 H1.HeaderClassName
 {
   color: #34ED7A;
 }
 .AnyTagClassName
 {
   color: #34ED7A;
 }
</style>

background-color css

<style>
 a { background-color: #34ED7A; }

 a { background-color: rgb(52,237,122); }

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

border-color css

<style>
 span { border-color: #34ED7A; }

 span { border-color: rgb(52,237,122); }

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