#34DC5B

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

Shades of Malachite #34DC5B

Tints of Malachite #34DC5B

Color information

#34DC5B (or 0x34DC5B) is unknown color: approx Malachite. HEX triplet: 34, DC and 5B. RGB value is (52,220,91). Sum of RGB (Red+Green+Blue) = 52+220+91=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 220 (86.33% from 255 or 60.61% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 220 - color contains mainly: green. Hex color #34DC5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DC5B is #CB23A4. Grayscale: #9B9B9B. Windows color (decimal): -13312933 or 6020148. OLE color: 6020148.

HSL color Cylindrical-coordinate representation of color #34DC5B: hue angle of 133.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DC5B is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB5222091-
CMYK0.7600.590.14
HSL133.93º70.59%53.33%-
HSV(B)133.93º76.36%86.27%-
XYZ28.952.6718.54-
YUV155.0691.8454.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.33%
GREEN value IS 220 (86.33% from 255) = 60.61%
BLUE value IS 91 (35.94% from 255) = 25.07%
R=14.33%
G=60.61%
B=25.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal52220910.7600.590.14133.9370.5953.33
Hex34DC5B4C03BE864735
Octal643341331140731620610765
Binary110100110111001011011100110001110111110100001101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,220,91); }

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

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

 a { background-color: rgb(52,220,91); }

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

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

 span { border-color: rgb(52,220,91); }

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