Html Css Color HEX #34EE6A Emerald

📋 copy color: '#34EE6A'

red 52 ◦ green 238 ◦ blue 106

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

Shades of Emerald #34EE6A

Tints of Emerald #34EE6A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 60.1%

 BLUE value IS 106 (41.8% from 255) = 26.77%

R = 13.13%
G = 60.1%
B = 26.77%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#34EE6A (or 0x34EE6A) is known color: Emerald. HEX triplet: 34, EE and 6A. RGB value is (52,238,106). Sum of RGB (Red+Green+Blue) = 52+238+106=396 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.13% from 396); Green value is 238 (93.36% from 255 or 60.10% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 238 - color contains mainly: green. Hex color #34EE6A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34EE6A is #CB1195. Grayscale: #A7A7A7. Windows color (decimal): -13308310 or 7007796. OLE color: 7007796.

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

Color convert

RGB 52 238 106 -
CMYK 0.78 0 0.55 0.07
HSL 137.42º 0.85% 0.57% -
HSV(B) 137.42º 0.78% 0.93% -
XYZ 34.59 62.92 23.96 -
YUV 167.34 93.38 45.73 -
System Red Green Blue C M Y K H S L
Decimal 52 238 106 0.78 0 0.55 0.07 137.42 0.85 0.57
Hex 34 EE 6A 4E 0 37 7 89 55 39
Octal 64 356 152 116 0 67 7 211 125 71
Binary 110100 11101110 1101010 1001110 0 110111 111 10001001 1010101 111001

Color Harmonies of #34EE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EE6A

Black with #34EE6A

Text Example


Text Example

White with #34EE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,238,106); }

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

background-color css

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

 a { background-color: rgb(52,238,106); }

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

border-color css

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

 span { border-color: rgb(52,238,106); }

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