#34E65D

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

Shades of Malachite #34E65D

Tints of Malachite #34E65D

Color information

#34E65D (or 0x34E65D) is unknown color: approx Malachite. HEX triplet: 34, E6 and 5D. RGB value is (52,230,93). Sum of RGB (Red+Green+Blue) = 52+230+93=375 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.87% from 375); Green value is 230 (90.23% from 255 or 61.33% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 230 - color contains mainly: green. Hex color #34E65D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34E65D is #CB19A2. Grayscale: #A1A1A1. Windows color (decimal): -13310371 or 6153780. OLE color: 6153780.

HSL color Cylindrical-coordinate representation of color #34E65D: hue angle of 133.82º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E65D is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB5223093-
CMYK0.7700.600.10
HSL133.82º78.07%55.29%-
HSV(B)133.82º77.39%90.2%-
XYZ31.6958.1119.9-
YUV161.1689.5350.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.87%
GREEN value IS 230 (90.23% from 255) = 61.33%
BLUE value IS 93 (36.72% from 255) = 24.8%
R=13.87%
G=61.33%
B=24.8%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal52230930.7700.600.10133.8278.0755.29
Hex34E65D4D03CA864e37
Octal643461351150741220611667
Binary110100111001101011101100110101111001010100001101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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