Html Css Color HEX #34D874 Emerald

📋 copy color: '#34D874'

red 52 ◦ green 216 ◦ blue 116

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

Shades of Emerald #34D874

Tints of Emerald #34D874

RGB

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

 GREEN value IS 216 (84.77% from 255) = 56.25%

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

R = 13.54%
G = 56.25%
B = 30.21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#34D874 (or 0x34D874) is known color: Emerald. HEX triplet: 34, D8 and 74. RGB value is (52,216,116). Sum of RGB (Red+Green+Blue) = 52+216+116=384 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.54% from 384); Green value is 216 (84.77% from 255 or 56.25% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 216 - color contains mainly: green. Hex color #34D874 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D874 is #CB278B. Grayscale: #9B9B9B. Windows color (decimal): -13313932 or 7657524. OLE color: 7657524.

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

Color convert

RGB 52 216 116 -
CMYK 0.76 0 0.46 0.15
HSL 143.41º 0.68% 0.53% -
HSV(B) 143.41º 0.76% 0.85% -
XYZ 29.12 51.1 24.85 -
YUV 155.56 105.67 54.13 -
System Red Green Blue C M Y K H S L
Decimal 52 216 116 0.76 0 0.46 0.15 143.41 0.68 0.53
Hex 34 D8 74 4C 0 2E F 8F 44 35
Octal 64 330 164 114 0 56 17 217 104 65
Binary 110100 11011000 1110100 1001100 0 101110 1111 10001111 1000100 110101

Color Harmonies of #34D874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D874

Black with #34D874

Text Example


Text Example

White with #34D874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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