Html Css Color HEX #34E772 Emerald

📋 copy color: '#34E772'

red 52 ◦ green 231 ◦ blue 114

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

Shades of Emerald #34E772

Tints of Emerald #34E772

RGB

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

 GREEN value IS 231 (90.63% from 255) = 58.19%

 BLUE value IS 114 (44.92% from 255) = 28.72%

R = 13.1%
G = 58.19%
B = 28.72%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#34E772 (or 0x34E772) is known color: Emerald. HEX triplet: 34, E7 and 72. RGB value is (52,231,114). Sum of RGB (Red+Green+Blue) = 52+231+114=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 231 (90.62% from 255 or 58.19% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 231 - color contains mainly: green. Hex color #34E772 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34E772 is #CB188D. Grayscale: #A4A4A4. Windows color (decimal): -13310094 or 7530292. OLE color: 7530292.

HSL color Cylindrical-coordinate representation of color #34E772: hue angle of 140.78º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E772 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 231 114 -
CMYK 0.77 0 0.51 0.09
HSL 140.78º 0.79% 0.55% -
HSV(B) 140.78º 0.77% 0.91% -
XYZ 33.03 59.1 25.59 -
YUV 164.14 99.7 48.01 -
System Red Green Blue C M Y K H S L
Decimal 52 231 114 0.77 0 0.51 0.09 140.78 0.79 0.55
Hex 34 E7 72 4D 0 33 9 8D 4F 37
Octal 64 347 162 115 0 63 11 215 117 67
Binary 110100 11100111 1110010 1001101 0 110011 1001 10001101 1001111 110111

Color Harmonies of #34E772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E772

Black with #34E772

Text Example


Text Example

White with #34E772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,231,114); }

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

background-color css

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

 a { background-color: rgb(52,231,114); }

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

border-color css

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

 span { border-color: rgb(52,231,114); }

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