Html Css Color HEX #34D27C Emerald

📋 copy color: '#34D27C'

red 52 ◦ green 210 ◦ blue 124

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

Shades of Emerald #34D27C

Tints of Emerald #34D27C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 54.4%

 BLUE value IS 124 (48.83% from 255) = 32.12%

R = 13.47%
G = 54.4%
B = 32.12%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#34D27C (or 0x34D27C) is known color: Emerald. HEX triplet: 34, D2 and 7C. RGB value is (52,210,124). Sum of RGB (Red+Green+Blue) = 52+210+124=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 210 (82.42% from 255 or 54.40% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 210 - color contains mainly: green. Hex color #34D27C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D27C is #CB2D83. Grayscale: #999999. Windows color (decimal): -13315460 or 8180276. OLE color: 8180276.

HSL color Cylindrical-coordinate representation of color #34D27C: hue angle of 147.34º degrees, saturation: 0.64, 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 #34D27C is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 210 124 -
CMYK 0.75 0 0.41 0.18
HSL 147.34º 0.64% 0.51% -
HSV(B) 147.34º 0.75% 0.82% -
XYZ 28.1 48.28 26.91 -
YUV 152.95 111.65 55.99 -
System Red Green Blue C M Y K H S L
Decimal 52 210 124 0.75 0 0.41 0.18 147.34 0.64 0.51
Hex 34 D2 7C 4B 0 29 12 93 40 33
Octal 64 322 174 113 0 51 22 223 100 63
Binary 110100 11010010 1111100 1001011 0 101001 10010 10010011 1000000 110011

Color Harmonies of #34D27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D27C

Black with #34D27C

Text Example


Text Example

White with #34D27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,210,124); }

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

background-color css

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

 a { background-color: rgb(52,210,124); }

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

border-color css

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

 span { border-color: rgb(52,210,124); }

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