Html Css Color HEX #34EA6B Emerald

📋 copy color: '#34EA6B'

red 52 ◦ green 234 ◦ blue 107

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

Shades of Emerald #34EA6B

Tints of Emerald #34EA6B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 59.54%

 BLUE value IS 107 (42.19% from 255) = 27.23%

R = 13.23%
G = 59.54%
B = 27.23%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#34EA6B (or 0x34EA6B) is known color: Emerald. HEX triplet: 34, EA and 6B. RGB value is (52,234,107). Sum of RGB (Red+Green+Blue) = 52+234+107=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 234 (91.80% from 255 or 59.54% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 234 - color contains mainly: green. Hex color #34EA6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34EA6B is #CB1594. Grayscale: #A5A5A5. Windows color (decimal): -13309333 or 7072308. OLE color: 7072308.

HSL color Cylindrical-coordinate representation of color #34EA6B: hue angle of 138.13º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EA6B is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 52 234 107 -
CMYK 0.78 0 0.54 0.08
HSL 138.13º 0.81% 0.56% -
HSV(B) 138.13º 0.78% 0.92% -
XYZ 33.49 60.64 23.85 -
YUV 165.1 95.2 47.33 -
System Red Green Blue C M Y K H S L
Decimal 52 234 107 0.78 0 0.54 0.08 138.13 0.81 0.56
Hex 34 EA 6B 4E 0 36 8 8A 51 38
Octal 64 352 153 116 0 66 10 212 121 70
Binary 110100 11101010 1101011 1001110 0 110110 1000 10001010 1010001 111000

Color Harmonies of #34EA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EA6B

Black with #34EA6B

Text Example


Text Example

White with #34EA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,234,107); }

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

background-color css

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

 a { background-color: rgb(52,234,107); }

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

border-color css

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

 span { border-color: rgb(52,234,107); }

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