Html Css Color HEX #34D95C Malachite

📋 copy color: '#34D95C'

red 52 ◦ green 217 ◦ blue 92

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

Shades of Malachite #34D95C

Tints of Malachite #34D95C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 60.11%

 BLUE value IS 92 (36.33% from 255) = 25.48%

R = 14.4%
G = 60.11%
B = 25.48%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#34D95C (or 0x34D95C) is known color: Malachite. HEX triplet: 34, D9 and 5C. RGB value is (52,217,92). Sum of RGB (Red+Green+Blue) = 52+217+92=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 217 (85.16% from 255 or 60.11% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 217 - color contains mainly: green. Hex color #34D95C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D95C is #CB26A3. Grayscale: #999999. Windows color (decimal): -13313700 or 6084916. OLE color: 6084916.

HSL color Cylindrical-coordinate representation of color #34D95C: hue angle of 134.55º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D95C is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 217 92 -
CMYK 0.76 0 0.58 0.15
HSL 134.55º 0.68% 0.53% -
HSV(B) 134.55º 0.76% 0.85% -
XYZ 28.16 51.13 18.51 -
YUV 153.42 93.34 55.66 -
System Red Green Blue C M Y K H S L
Decimal 52 217 92 0.76 0 0.58 0.15 134.55 0.68 0.53
Hex 34 D9 5C 4C 0 3A F 87 44 35
Octal 64 331 134 114 0 72 17 207 104 65
Binary 110100 11011001 1011100 1001100 0 111010 1111 10000111 1000100 110101

Color Harmonies of #34D95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D95C

Black with #34D95C

Text Example


Text Example

White with #34D95C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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