Html Css Color HEX #34D170 Emerald

📋 copy color: '#34D170'

red 52 ◦ green 209 ◦ blue 112

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

Shades of Emerald #34D170

Tints of Emerald #34D170

RGB

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

 GREEN value IS 209 (82.03% from 255) = 56.03%

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

R = 13.94%
G = 56.03%
B = 30.03%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#34D170 (or 0x34D170) is known color: Emerald. HEX triplet: 34, D1 and 70. RGB value is (52,209,112). Sum of RGB (Red+Green+Blue) = 52+209+112=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 209 (82.03% from 255 or 56.03% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 209 - color contains mainly: green. Hex color #34D170 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D170 is #CB2E8F. Grayscale: #979797. Windows color (decimal): -13315728 or 7393588. OLE color: 7393588.

HSL color Cylindrical-coordinate representation of color #34D170: hue angle of 142.93º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D170 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 209 112 -
CMYK 0.75 0 0.46 0.18
HSL 142.93º 0.63% 0.51% -
HSV(B) 142.93º 0.75% 0.82% -
XYZ 27.14 47.5 23.07 -
YUV 151 105.99 57.39 -
System Red Green Blue C M Y K H S L
Decimal 52 209 112 0.75 0 0.46 0.18 142.93 0.63 0.51
Hex 34 D1 70 4B 0 2E 12 8F 3F 33
Octal 64 321 160 113 0 56 22 217 77 63
Binary 110100 11010001 1110000 1001011 0 101110 10010 10001111 111111 110011

Color Harmonies of #34D170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D170

Black with #34D170

Text Example


Text Example

White with #34D170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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