Html Css Color HEX #34E87D Emerald

📋 copy color: '#34E87D'

red 52 ◦ green 232 ◦ blue 125

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

Shades of Emerald #34E87D

Tints of Emerald #34E87D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 56.72%

 BLUE value IS 125 (49.22% from 255) = 30.56%

R = 12.71%
G = 56.72%
B = 30.56%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#34E87D (or 0x34E87D) is known color: Emerald. HEX triplet: 34, E8 and 7D. RGB value is (52,232,125). Sum of RGB (Red+Green+Blue) = 52+232+125=409 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.71% from 409); Green value is 232 (91.02% from 255 or 56.72% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 232 - color contains mainly: green. Hex color #34E87D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34E87D is #CB1782. Grayscale: #A6A6A6. Windows color (decimal): -13309827 or 8251444. OLE color: 8251444.

HSL color Cylindrical-coordinate representation of color #34E87D: hue angle of 144.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34E87D is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 232 125 -
CMYK 0.78 0 0.46 0.09
HSL 144.33º 0.8% 0.56% -
HSV(B) 144.33º 0.78% 0.91% -
XYZ 33.97 59.92 29.18 -
YUV 165.98 104.87 46.7 -
System Red Green Blue C M Y K H S L
Decimal 52 232 125 0.78 0 0.46 0.09 144.33 0.8 0.56
Hex 34 E8 7D 4E 0 2E 9 90 50 38
Octal 64 350 175 116 0 56 11 220 120 70
Binary 110100 11101000 1111101 1001110 0 101110 1001 10010000 1010000 111000

Color Harmonies of #34E87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E87D

Black with #34E87D

Text Example


Text Example

White with #34E87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,232,125); }

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

background-color css

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

 a { background-color: rgb(52,232,125); }

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

border-color css

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

 span { border-color: rgb(52,232,125); }

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