#31DE63

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

Shades of Malachite #31DE63

Tints of Malachite #31DE63

Color information

#31DE63 (or 0x31DE63) is unknown color: approx Malachite. HEX triplet: 31, DE and 63. RGB value is (49,222,99). Sum of RGB (Red+Green+Blue) = 49+222+99=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 222 (87.11% from 255 or 60% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 222 - color contains mainly: green. Hex color #31DE63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DE63 is #CE219C. Grayscale: #9C9C9C. Windows color (decimal): -13509021 or 6544945. OLE color: 6544945.

HSL color Cylindrical-coordinate representation of color #31DE63: hue angle of 137.34º 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 #31DE63 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB4922299-
CMYK0.7800.550.13
HSL137.34º72.38%53.14%-
HSV(B)137.34º77.93%87.06%-
XYZ29.6453.820.63-
YUV156.2595.6951.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.24%
GREEN value IS 222 (87.11% from 255) = 60%
BLUE value IS 99 (39.06% from 255) = 26.76%
R=13.24%
G=60%
B=26.76%

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
Decimal49222990.7800.550.13137.3472.3853.14
Hex31DE634E037D894835
Octal613361431160671521111065
Binary110001110111101100011100111001101111101100010011001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31DE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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