#31D756

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

Shades of Malachite #31D756

Tints of Malachite #31D756

Color information

#31D756 (or 0x31D756) is unknown color: approx Malachite. HEX triplet: 31, D7 and 56. RGB value is (49,215,86). Sum of RGB (Red+Green+Blue) = 49+215+86=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 215 (84.38% from 255 or 61.43% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 215 - color contains mainly: green. Hex color #31D756 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D756 is #CE28A9. Grayscale: #979797. Windows color (decimal): -13510826 or 5691185. OLE color: 5691185.

HSL color Cylindrical-coordinate representation of color #31D756: hue angle of 133.37º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D756 is Cyan = 0.77, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.

Color convert

RGB4921586-
CMYK0.7700.60.16
HSL133.37º67.48%51.76%-
HSV(B)133.37º77.21%84.31%-
XYZ27.2549.9317-
YUV150.6691.555.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14%
GREEN value IS 215 (84.38% from 255) = 61.43%
BLUE value IS 86 (33.98% from 255) = 24.57%
R=14%
G=61.43%
B=24.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal49215860.7700.60.16133.3767.4851.76
Hex31D7564D03C10854334
Octal613271261150742020510364
Binary1100011101011110101101001101011110010000100001011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31D756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,215,86); }

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

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

 a { background-color: rgb(49,215,86); }

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

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

 span { border-color: rgb(49,215,86); }

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