Html Css Color HEX #34EA5D Malachite

📋 copy color: '#34EA5D'

red 52 ◦ green 234 ◦ blue 93

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

Shades of Malachite #34EA5D

Tints of Malachite #34EA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.54%

R = 13.72%
G = 61.74%
B = 24.54%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#34EA5D (or 0x34EA5D) is known color: Malachite. HEX triplet: 34, EA and 5D. RGB value is (52,234,93). Sum of RGB (Red+Green+Blue) = 52+234+93=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 234 (91.80% from 255 or 61.74% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 234 - color contains mainly: green. Hex color #34EA5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34EA5D is #CB15A2. Grayscale: #A3A3A3. Windows color (decimal): -13309347 or 6154804. OLE color: 6154804.

HSL color Cylindrical-coordinate representation of color #34EA5D: hue angle of 133.52º 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 #34EA5D is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 52 234 93 -
CMYK 0.78 0 0.60 0.08
HSL 133.52º 0.81% 0.56% -
HSV(B) 133.52º 0.78% 0.92% -
XYZ 32.81 60.37 20.28 -
YUV 163.51 88.2 48.46 -
System Red Green Blue C M Y K H S L
Decimal 52 234 93 0.78 0 0.60 0.08 133.52 0.81 0.56
Hex 34 EA 5D 4E 0 3C 8 86 51 38
Octal 64 352 135 116 0 74 10 206 121 70
Binary 110100 11101010 1011101 1001110 0 111100 1000 10000110 1010001 111000

Color Harmonies of #34EA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EA5D

Black with #34EA5D

Text Example


Text Example

White with #34EA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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