#31DE64

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

Shades of Malachite #31DE64

Tints of Malachite #31DE64

Color information

#31DE64 (or 0x31DE64) is unknown color: approx Malachite. HEX triplet: 31, DE and 64. RGB value is (49,222,100). Sum of RGB (Red+Green+Blue) = 49+222+100=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 222 (87.11% from 255 or 59.84% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 222 - color contains mainly: green. Hex color #31DE64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DE64 is #CE219B. Grayscale: #9C9C9C. Windows color (decimal): -13509020 or 6610481. OLE color: 6610481.

HSL color Cylindrical-coordinate representation of color #31DE64: hue angle of 137.69º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DE64 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB49222100-
CMYK0.7800.550.13
HSL137.69º72.38%53.14%-
HSV(B)137.69º77.93%87.06%-
XYZ29.6953.8220.88-
YUV156.3696.1951.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.21%
GREEN value IS 222 (87.11% from 255) = 59.84%
BLUE value IS 100 (39.45% from 255) = 26.95%
R=13.21%
G=59.84%
B=26.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal492221000.7800.550.13137.6972.3853.14
Hex31DE644E037D8a4835
Octal613361441160671521211065
Binary110001110111101100100100111001101111101100010101001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31DE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31DE64; }

 p { color: rgb(49,222,100); }

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

<style>
 a { background-color: #31DE64; }

 a { background-color: rgb(49,222,100); }

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

<style>
 span { border-color: #31DE64; }

 span { border-color: rgb(49,222,100); }

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