Html Css Color HEX #34D07D Emerald

📋 copy color: '#34D07D'

red 52 ◦ green 208 ◦ blue 125

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

Shades of Emerald #34D07D

Tints of Emerald #34D07D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 54.03%

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

R = 13.51%
G = 54.03%
B = 32.47%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#34D07D (or 0x34D07D) is known color: Emerald. HEX triplet: 34, D0 and 7D. RGB value is (52,208,125). Sum of RGB (Red+Green+Blue) = 52+208+125=385 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.51% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #34D07D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D07D is #CB2F82. Grayscale: #989898. Windows color (decimal): -13315971 or 8245300. OLE color: 8245300.

HSL color Cylindrical-coordinate representation of color #34D07D: hue angle of 148.08º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D07D is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 208 125 -
CMYK 0.75 0 0.40 0.18
HSL 148.08º 0.62% 0.51% -
HSV(B) 148.08º 0.75% 0.82% -
XYZ 27.67 47.32 27.08 -
YUV 151.89 112.82 56.75 -
System Red Green Blue C M Y K H S L
Decimal 52 208 125 0.75 0 0.40 0.18 148.08 0.62 0.51
Hex 34 D0 7D 4B 0 28 12 94 3E 33
Octal 64 320 175 113 0 50 22 224 76 63
Binary 110100 11010000 1111101 1001011 0 101000 10010 10010100 111110 110011

Color Harmonies of #34D07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D07D

Black with #34D07D

Text Example


Text Example

White with #34D07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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