#37EA12

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

Shades of Harlequin #37EA12

Tints of Harlequin #37EA12

Color information

#37EA12 (or 0x37EA12) is unknown color: approx Harlequin. HEX triplet: 37, EA and 12. RGB value is (55,234,18). Sum of RGB (Red+Green+Blue) = 55+234+18=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 234 (91.80% from 255 or 76.22% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 234 - color contains mainly: green. Hex color #37EA12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37EA12 is #C815ED. Grayscale: #9C9C9C. Windows color (decimal): -13112814 or 1239607. OLE color: 1239607.

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

Color convert

RGB5523418-
CMYK0.7600.920.08
HSL109.72º85.71%49.41%-
HSV(B)109.72º92.31%91.76%-
XYZ31.1159.710.46-
YUV155.8550.256.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.92%
GREEN value IS 234 (91.80% from 255) = 76.22%
BLUE value IS 18 (7.42% from 255) = 5.86%
R=17.92%
G=76.22%
B=5.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal55234180.7600.920.08109.7285.7149.41
Hex37EA124C05C86e5631
Octal673522211401341015612661
Binary1101111110101010010100110001011100100011011101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37EA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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