#37EA14

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

Shades of Harlequin #37EA14

Tints of Harlequin #37EA14

Color information

#37EA14 (or 0x37EA14) is unknown color: approx Harlequin. HEX triplet: 37, EA and 14. RGB value is (55,234,20). Sum of RGB (Red+Green+Blue) = 55+234+20=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 234 (91.80% from 255 or 75.73% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 234 - color contains mainly: green. Hex color #37EA14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37EA14 is #C815EB. Grayscale: #9C9C9C. Windows color (decimal): -13112812 or 1370679. OLE color: 1370679.

HSL color Cylindrical-coordinate representation of color #37EA14: hue angle of 110.19º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #37EA14 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB5523420-
CMYK0.7600.910.08
HSL110.19º84.25%49.8%-
HSV(B)110.19º91.45%91.76%-
XYZ31.1259.7110.55-
YUV156.0851.255.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.80%
GREEN value IS 234 (91.80% from 255) = 75.73%
BLUE value IS 20 (8.20% from 255) = 6.47%
R=17.80%
G=75.73%
B=6.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal55234200.7600.910.08110.1984.2549.8
Hex37EA144C05B86e5432
Octal673522411401331015612462
Binary1101111110101010100100110001011011100011011101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37EA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,234,20); }

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

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

 a { background-color: rgb(55,234,20); }

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

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

 span { border-color: rgb(55,234,20); }

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