#31F553

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

Shades of Malachite #31F553

Tints of Malachite #31F553

Color information

#31F553 (or 0x31F553) is unknown color: approx Malachite. HEX triplet: 31, F5 and 53. RGB value is (49,245,83). Sum of RGB (Red+Green+Blue) = 49+245+83=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 245 (96.09% from 255 or 64.99% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 245 - color contains mainly: green. Hex color #31F553 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F553 is #CE0AAC. Grayscale: #A8A8A8. Windows color (decimal): -13503149 or 5502257. OLE color: 5502257.

HSL color Cylindrical-coordinate representation of color #31F553: hue angle of 130.41º 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 #31F553 is Cyan = 0.8, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB4924583-
CMYK0.800.660.04
HSL130.41º90.74%57.65%-
HSV(B)130.41º80%96.08%-
XYZ35.4866.5819.17-
YUV167.9380.0743.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.00%
GREEN value IS 245 (96.09% from 255) = 64.99%
BLUE value IS 83 (32.81% from 255) = 22.02%
R=13.00%
G=64.99%
B=22.02%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal49245830.800.660.04130.4190.7457.65
Hex31F553500424825b3a
Octal613651231200102420213372
Binary110001111101011010011101000001000010100100000101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31F553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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