#34DD5C

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

Shades of Malachite #34DD5C

Tints of Malachite #34DD5C

Color information

#34DD5C (or 0x34DD5C) is unknown color: approx Malachite. HEX triplet: 34, DD and 5C. RGB value is (52,221,92). Sum of RGB (Red+Green+Blue) = 52+221+92=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 221 (86.72% from 255 or 60.55% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DD5C is #CB22A3. Grayscale: #9C9C9C. Windows color (decimal): -13312676 or 6085940. OLE color: 6085940.

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

Color convert

RGB5222192-
CMYK0.7600.580.13
HSL134.2º71.31%53.53%-
HSV(B)134.2º76.47%86.67%-
XYZ29.253.2218.86-
YUV155.7692.0153.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.25%
GREEN value IS 221 (86.72% from 255) = 60.55%
BLUE value IS 92 (36.33% from 255) = 25.21%
R=14.25%
G=60.55%
B=25.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52221920.7600.580.13134.271.3153.53
Hex34DD5C4C03AD864736
Octal643351341140721520610766
Binary110100110111011011100100110001110101101100001101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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