#44EF1E

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

Shades of Harlequin #44EF1E

Tints of Harlequin #44EF1E

Color information

#44EF1E (or 0x44EF1E) is unknown color: approx Harlequin. HEX triplet: 44, EF and 1E. RGB value is (68,239,30). Sum of RGB (Red+Green+Blue) = 68+239+30=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 239 (93.75% from 255 or 70.92% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 239 - color contains mainly: green. Hex color #44EF1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44EF1E is #BB10E1. Grayscale: #A4A4A4. Windows color (decimal): -12259554 or 2027332. OLE color: 2027332.

HSL color Cylindrical-coordinate representation of color #44EF1E: hue angle of 109.09º 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 #44EF1E is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB6823930-
CMYK0.7200.870.06
HSL109.09º86.72%52.75%-
HSV(B)109.09º87.45%93.73%-
XYZ33.4863.0611.63-
YUV164.0452.3559.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.18%
GREEN value IS 239 (93.75% from 255) = 70.92%
BLUE value IS 30 (12.11% from 255) = 8.90%
R=20.18%
G=70.92%
B=8.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal68239300.7200.870.06109.0986.7252.75
Hex44EF1E4805766d5735
Octal104357361100127615512765
Binary1000100111011111111010010000101011111011011011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,239,30); }

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

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

 a { background-color: rgb(68,239,30); }

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

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

 span { border-color: rgb(68,239,30); }

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