#34EC61

Color #34EC61 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #34EC61

Tints of Malachite #34EC61

Color information

#34EC61 (or 0x34EC61) is unknown color: approx Malachite. HEX triplet: 34, EC and 61. RGB value is (52,236,97). Sum of RGB (Red+Green+Blue) = 52+236+97=385 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.51% from 385); Green value is 236 (92.58% from 255 or 61.30% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 236 - color contains mainly: green. Hex color #34EC61 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34EC61 is #CB139E. Grayscale: #A5A5A5. Windows color (decimal): -13308831 or 6417460. OLE color: 6417460.

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

Color convert

RGB5223697-
CMYK0.7800.590.07
HSL134.67º82.88%56.47%-
HSV(B)134.67º77.97%92.55%-
XYZ33.5761.5821.43-
YUV165.1489.5447.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.51%
GREEN value IS 236 (92.58% from 255) = 61.30%
BLUE value IS 97 (38.28% from 255) = 25.19%
R=13.51%
G=61.30%
B=25.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal52236970.7800.590.07134.6782.8856.47
Hex34EC614E03B7875338
Octal64354141116073720712370
Binary11010011101100110000110011100111011111100001111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34EC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,236,97); }

 H1.HeaderClassName
 {
   color: #34EC61;
 }
 .AnyTagClassName
 {
   color: #34EC61;
 }
</style>
background-color css

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

 a { background-color: rgb(52,236,97); }

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

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

 span { border-color: rgb(52,236,97); }

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