#44ED12

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

Shades of Harlequin #44ED12

Tints of Harlequin #44ED12

Color information

#44ED12 (or 0x44ED12) is unknown color: approx Harlequin. HEX triplet: 44, ED and 12. RGB value is (68,237,18). Sum of RGB (Red+Green+Blue) = 68+237+18=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 237 (92.97% from 255 or 73.37% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 237 - color contains mainly: green. Hex color #44ED12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44ED12 is #BB12ED. Grayscale: #A2A2A2. Windows color (decimal): -12260078 or 1240388. OLE color: 1240388.

HSL color Cylindrical-coordinate representation of color #44ED12: hue angle of 106.3º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #44ED12 is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB6823718-
CMYK0.7100.920.07
HSL106.3º85.88%50%-
HSV(B)106.3º92.41%92.94%-
XYZ32.7861.8410.78-
YUV161.547.0161.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.05%
GREEN value IS 237 (92.97% from 255) = 73.37%
BLUE value IS 18 (7.42% from 255) = 5.57%
R=21.05%
G=73.37%
B=5.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal68237180.7100.920.07106.385.8850
Hex44ED124705C76a5632
Octal104355221070134715212662
Binary1000100111011011001010001110101110011111010101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44ED12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44ED12; }

 p { color: rgb(68,237,18); }

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

<style>
 a { background-color: #44ED12; }

 a { background-color: rgb(68,237,18); }

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

<style>
 span { border-color: #44ED12; }

 span { border-color: rgb(68,237,18); }

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