#37f01f

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

Shades of Harlequin #37F01F

Tints of Harlequin #37F01F

Color information

#37F01F (or 0x37F01F) is unknown color: approx Harlequin. HEX triplet: 37, F0 and 1F. RGB value is (55,240,31). Sum of RGB (Red+Green+Blue) = 55+240+31=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 240 (94.14% from 255 or 73.62% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 240 - color contains mainly: green. Hex color #37F01F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F01F is #C80FE0. Grayscale: #A1A1A1. Windows color (decimal): -13111265 or 2093111. OLE color: 2093111.

HSL color Cylindrical-coordinate representation of color #37F01F: hue angle of 113.11º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #37F01F is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB5524031-
CMYK0.7700.870.06
HSL113.11º87.45%53.14%-
HSV(B)113.11º87.08%94.12%-
XYZ32.9863.2311.76-
YUV160.8654.7152.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.87%
GREEN value IS 240 (94.14% from 255) = 73.62%
BLUE value IS 31 (12.5% from 255) = 9.51%
R=16.87%
G=73.62%
B=9.51%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal55240310.7700.870.06113.1187.4553.14
Hex37F01F4D0576715735
Octal67360371150127616112765
Binary110111111100001111110011010101011111011100011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37f01f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,240,31); }

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

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

 a { background-color: rgb(55,240,31); }

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

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

 span { border-color: rgb(55,240,31); }

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