Html Css Color HEX #34DD5D Malachite

📋 copy color: '#34DD5D'

red 52 ◦ green 221 ◦ blue 93

#34DD5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #34DD5D

Tints of Malachite #34DD5D

RGB

 RED value IS 52 (20.7% from 255) = 14.21%

 GREEN value IS 221 (86.72% from 255) = 60.38%

 BLUE value IS 93 (36.72% from 255) = 25.41%

R = 14.21%
G = 60.38%
B = 25.41%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#34DD5D (or 0x34DD5D) is known color: Malachite. HEX triplet: 34, DD and 5D. RGB value is (52,221,93). Sum of RGB (Red+Green+Blue) = 52+221+93=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 221 (86.72% from 255 or 60.38% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DD5D is #CB22A2. Grayscale: #9C9C9C. Windows color (decimal): -13312675 or 6151476. OLE color: 6151476.

HSL color Cylindrical-coordinate representation of color #34DD5D: hue angle of 134.56º 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 #34DD5D is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 221 93 -
CMYK 0.76 0 0.58 0.13
HSL 134.56º 0.71% 0.54% -
HSV(B) 134.56º 0.76% 0.87% -
XYZ 29.25 53.23 19.09 -
YUV 155.88 92.51 53.91 -
System Red Green Blue C M Y K H S L
Decimal 52 221 93 0.76 0 0.58 0.13 134.56 0.71 0.54
Hex 34 DD 5D 4C 0 3A D 87 47 36
Octal 64 335 135 114 0 72 15 207 107 66
Binary 110100 11011101 1011101 1001100 0 111010 1101 10000111 1000111 110110

Color Harmonies of #34DD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DD5D

Black with #34DD5D

Text Example


Text Example

White with #34DD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34DD5D;
 }
 .AnyTagClassName
 {
   color: #34DD5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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