Html Css Color HEX #34EF7D Emerald

📋 copy color: '#34EF7D'

red 52 ◦ green 239 ◦ blue 125

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

Shades of Emerald #34EF7D

Tints of Emerald #34EF7D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 57.45%

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

R = 12.5%
G = 57.45%
B = 30.05%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#34EF7D (or 0x34EF7D) is known color: Emerald. HEX triplet: 34, EF and 7D. RGB value is (52,239,125). Sum of RGB (Red+Green+Blue) = 52+239+125=416 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.5% from 416); Green value is 239 (93.75% from 255 or 57.45% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 239 - color contains mainly: green. Hex color #34EF7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34EF7D is #CB1082. Grayscale: #AAAAAA. Windows color (decimal): -13308035 or 8253236. OLE color: 8253236.

HSL color Cylindrical-coordinate representation of color #34EF7D: hue angle of 143.42º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EF7D is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 52 239 125 -
CMYK 0.78 0 0.48 0.06
HSL 143.42º 0.85% 0.57% -
HSV(B) 143.42º 0.78% 0.94% -
XYZ 35.98 63.94 29.85 -
YUV 170.09 102.55 43.77 -
System Red Green Blue C M Y K H S L
Decimal 52 239 125 0.78 0 0.48 0.06 143.42 0.85 0.57
Hex 34 EF 7D 4E 0 30 6 8F 55 39
Octal 64 357 175 116 0 60 6 217 125 71
Binary 110100 11101111 1111101 1001110 0 110000 110 10001111 1010101 111001

Color Harmonies of #34EF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EF7D

Black with #34EF7D

Text Example


Text Example

White with #34EF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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