#37F160

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

Shades of Malachite #37F160

Tints of Malachite #37F160

Color information

#37F160 (or 0x37F160) is unknown color: approx Malachite. HEX triplet: 37, F1 and 60. RGB value is (55,241,96). Sum of RGB (Red+Green+Blue) = 55+241+96=392 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.03% from 392); Green value is 241 (94.53% from 255 or 61.48% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 241 - color contains mainly: green. Hex color #37F160 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #37F160 is #C80E9F. Grayscale: #A9A9A9. Windows color (decimal): -13110944 or 6353207. OLE color: 6353207.

HSL color Cylindrical-coordinate representation of color #37F160: hue angle of 133.23º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F160 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB5524196-
CMYK0.7700.600.05
HSL133.23º86.92%58.04%-
HSV(B)133.23º77.18%94.51%-
XYZ35.1464.5721.68-
YUV168.8686.8846.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.03%
GREEN value IS 241 (94.53% from 255) = 61.48%
BLUE value IS 96 (37.89% from 255) = 24.49%
R=14.03%
G=61.48%
B=24.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal55241960.7700.600.05133.2386.9258.04
Hex37F1604D03C585573a
Octal67361140115074520512772
Binary11011111110001110000010011010111100101100001011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37F160; }

 p { color: rgb(55,241,96); }

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

<style>
 a { background-color: #37F160; }

 a { background-color: rgb(55,241,96); }

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

<style>
 span { border-color: #37F160; }

 span { border-color: rgb(55,241,96); }

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