#31f059

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

Shades of Malachite #31F059

Tints of Malachite #31F059

Color information

#31F059 (or 0x31F059) is unknown color: approx Malachite. HEX triplet: 31, F0 and 59. RGB value is (49,240,89). Sum of RGB (Red+Green+Blue) = 49+240+89=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 240 (94.14% from 255 or 63.49% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 240 - color contains mainly: green. Hex color #31F059 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F059 is #CE0FA6. Grayscale: #A6A6A6. Windows color (decimal): -13504423 or 5894193. OLE color: 5894193.

HSL color Cylindrical-coordinate representation of color #31F059: hue angle of 132.57º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F059 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB4924089-
CMYK0.8000.630.06
HSL132.57º86.43%56.67%-
HSV(B)132.57º79.58%94.12%-
XYZ34.2363.6919.94-
YUV165.6884.7244.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.96%
GREEN value IS 240 (94.14% from 255) = 63.49%
BLUE value IS 89 (35.16% from 255) = 23.54%
R=12.96%
G=63.49%
B=23.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal49240890.8000.630.06132.5786.4356.67
Hex31F0595003F6855639
Octal61360131120077620512671
Binary11000111110000101100110100000111111110100001011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31f059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,240,89); }

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

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

 a { background-color: rgb(49,240,89); }

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

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

 span { border-color: rgb(49,240,89); }

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