#34E25A

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

Shades of Malachite #34E25A

Tints of Malachite #34E25A

Color information

#34E25A (or 0x34E25A) is unknown color: approx Malachite. HEX triplet: 34, E2 and 5A. RGB value is (52,226,90). Sum of RGB (Red+Green+Blue) = 52+226+90=368 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.13% from 368); Green value is 226 (88.67% from 255 or 61.41% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 226 - color contains mainly: green. Hex color #34E25A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E25A is #CB1DA5. Grayscale: #9E9E9E. Windows color (decimal): -13311398 or 5956148. OLE color: 5956148.

HSL color Cylindrical-coordinate representation of color #34E25A: hue angle of 133.1º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E25A is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB5222690-
CMYK0.7700.600.11
HSL133.1º75%54.51%-
HSV(B)133.1º76.99%88.63%-
XYZ30.4655.8618.85-
YUV158.4789.3552.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.13%
GREEN value IS 226 (88.67% from 255) = 61.41%
BLUE value IS 90 (35.55% from 255) = 24.46%
R=14.13%
G=61.41%
B=24.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal52226900.7700.600.11133.17554.51
Hex34E25A4D03CB854b37
Octal643421321150741320511367
Binary110100111000101011010100110101111001011100001011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,226,90); }

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

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

 a { background-color: rgb(52,226,90); }

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

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

 span { border-color: rgb(52,226,90); }

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