#34DE5C

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

Shades of Malachite #34DE5C

Tints of Malachite #34DE5C

Color information

#34DE5C (or 0x34DE5C) is unknown color: approx Malachite. HEX triplet: 34, DE and 5C. RGB value is (52,222,92). Sum of RGB (Red+Green+Blue) = 52+222+92=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 222 (87.11% from 255 or 60.66% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 222 - color contains mainly: green. Hex color #34DE5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DE5C is #CB21A3. Grayscale: #9C9C9C. Windows color (decimal): -13312420 or 6086196. OLE color: 6086196.

HSL color Cylindrical-coordinate representation of color #34DE5C: hue angle of 134.12º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DE5C is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB5222292-
CMYK0.7700.590.13
HSL134.12º72.03%53.73%-
HSV(B)134.12º76.58%87.06%-
XYZ29.4753.7518.95-
YUV156.3591.6853.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.21%
GREEN value IS 222 (87.11% from 255) = 60.66%
BLUE value IS 92 (36.33% from 255) = 25.14%
R=14.21%
G=60.66%
B=25.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52222920.7700.590.13134.1272.0353.73
Hex34DE5C4D03BD864836
Octal643361341150731520611066
Binary110100110111101011100100110101110111101100001101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,222,92); }

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

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

 a { background-color: rgb(52,222,92); }

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

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

 span { border-color: rgb(52,222,92); }

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