Html Css Color HEX #34D974 Emerald

📋 copy color: '#34D974'

red 52 ◦ green 217 ◦ blue 116

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

Shades of Emerald #34D974

Tints of Emerald #34D974

RGB

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

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

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

R = 13.51%
G = 56.36%
B = 30.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#34D974 (or 0x34D974) is known color: Emerald. HEX triplet: 34, D9 and 74. RGB value is (52,217,116). Sum of RGB (Red+Green+Blue) = 52+217+116=385 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.51% from 385); Green value is 217 (85.16% from 255 or 56.36% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 217 - color contains mainly: green. Hex color #34D974 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D974 is #CB268B. Grayscale: #9C9C9C. Windows color (decimal): -13313676 or 7657780. OLE color: 7657780.

HSL color Cylindrical-coordinate representation of color #34D974: hue angle of 143.27º 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 #34D974 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 217 116 -
CMYK 0.76 0 0.47 0.15
HSL 143.27º 0.68% 0.53% -
HSV(B) 143.27º 0.76% 0.85% -
XYZ 29.38 51.62 24.94 -
YUV 156.15 105.34 53.71 -
System Red Green Blue C M Y K H S L
Decimal 52 217 116 0.76 0 0.47 0.15 143.27 0.68 0.53
Hex 34 D9 74 4C 0 2F F 8F 44 35
Octal 64 331 164 114 0 57 17 217 104 65
Binary 110100 11011001 1110100 1001100 0 101111 1111 10001111 1000100 110101

Color Harmonies of #34D974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D974

Black with #34D974

Text Example


Text Example

White with #34D974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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