Html Css Color HEX #34E070 Emerald

📋 copy color: '#34E070'

red 52 ◦ green 224 ◦ blue 112

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

Shades of Emerald #34E070

Tints of Emerald #34E070

RGB

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

 GREEN value IS 224 (87.89% from 255) = 57.73%

 BLUE value IS 112 (44.14% from 255) = 28.87%

R = 13.4%
G = 57.73%
B = 28.87%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#34E070 (or 0x34E070) is known color: Emerald. HEX triplet: 34, E0 and 70. RGB value is (52,224,112). Sum of RGB (Red+Green+Blue) = 52+224+112=388 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.40% from 388); Green value is 224 (87.89% from 255 or 57.73% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 224 - color contains mainly: green. Hex color #34E070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E070 is #CB1F8F. Grayscale: #A0A0A0. Windows color (decimal): -13311888 or 7397428. OLE color: 7397428.

HSL color Cylindrical-coordinate representation of color #34E070: hue angle of 140.93º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E070 is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 52 224 112 -
CMYK 0.77 0 0.50 0.12
HSL 140.93º 0.74% 0.54% -
HSV(B) 140.93º 0.77% 0.88% -
XYZ 31 55.21 24.35 -
YUV 159.8 101.02 51.11 -
System Red Green Blue C M Y K H S L
Decimal 52 224 112 0.77 0 0.50 0.12 140.93 0.74 0.54
Hex 34 E0 70 4D 0 32 C 8D 4A 36
Octal 64 340 160 115 0 62 14 215 112 66
Binary 110100 11100000 1110000 1001101 0 110010 1100 10001101 1001010 110110

Color Harmonies of #34E070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E070

Black with #34E070

Text Example


Text Example

White with #34E070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,224,112); }

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

background-color css

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

 a { background-color: rgb(52,224,112); }

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

border-color css

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

 span { border-color: rgb(52,224,112); }

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