Html Css Color HEX #34D970 Emerald

📋 copy color: '#34D970'

red 52 ◦ green 217 ◦ blue 112

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

Shades of Emerald #34D970

Tints of Emerald #34D970

RGB

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

 GREEN value IS 217 (85.16% from 255) = 56.96%

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

R = 13.65%
G = 56.96%
B = 29.4%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#34D970 (or 0x34D970) is known color: Emerald. HEX triplet: 34, D9 and 70. RGB value is (52,217,112). Sum of RGB (Red+Green+Blue) = 52+217+112=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 217 (85.16% from 255 or 56.96% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 217 - color contains mainly: green. Hex color #34D970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D970 is #CB268F. Grayscale: #9B9B9B. Windows color (decimal): -13313680 or 7395636. OLE color: 7395636.

HSL color Cylindrical-coordinate representation of color #34D970: hue angle of 141.82º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D970 is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 217 112 -
CMYK 0.76 0 0.48 0.15
HSL 141.82º 0.68% 0.53% -
HSV(B) 141.82º 0.76% 0.85% -
XYZ 29.15 51.53 23.74 -
YUV 155.7 103.34 54.04 -
System Red Green Blue C M Y K H S L
Decimal 52 217 112 0.76 0 0.48 0.15 141.82 0.68 0.53
Hex 34 D9 70 4C 0 30 F 8E 44 35
Octal 64 331 160 114 0 60 17 216 104 65
Binary 110100 11011001 1110000 1001100 0 110000 1111 10001110 1000100 110101

Color Harmonies of #34D970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D970

Black with #34D970

Text Example


Text Example

White with #34D970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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