#31F561

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

Shades of Malachite #31F561

Tints of Malachite #31F561

Color information

#31F561 (or 0x31F561) is unknown color: approx Malachite. HEX triplet: 31, F5 and 61. RGB value is (49,245,97). Sum of RGB (Red+Green+Blue) = 49+245+97=391 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.53% from 391); Green value is 245 (96.09% from 255 or 62.66% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 245 - color contains mainly: green. Hex color #31F561 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F561 is #CE0A9E. Grayscale: #A9A9A9. Windows color (decimal): -13503135 or 6419761. OLE color: 6419761.

HSL color Cylindrical-coordinate representation of color #31F561: hue angle of 134.69º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F561 is Cyan = 0.8, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB4924597-
CMYK0.800.600.04
HSL134.69º90.74%57.65%-
HSV(B)134.69º80%96.08%-
XYZ36.0866.8222.31-
YUV169.5287.0742.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.53%
GREEN value IS 245 (96.09% from 255) = 62.66%
BLUE value IS 97 (38.28% from 255) = 24.81%
R=12.53%
G=62.66%
B=24.81%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal49245970.800.600.04134.6990.7457.65
Hex31F5615003C4875b3a
Octal61365141120074420713372
Binary11000111110101110000110100000111100100100001111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31F561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,245,97); }

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

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

 a { background-color: rgb(49,245,97); }

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

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

 span { border-color: rgb(49,245,97); }

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