#44F01C

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

Shades of Harlequin #44F01C

Tints of Harlequin #44F01C

Color information

#44F01C (or 0x44F01C) is unknown color: approx Harlequin. HEX triplet: 44, F0 and 1C. RGB value is (68,240,28). Sum of RGB (Red+Green+Blue) = 68+240+28=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 240 (94.14% from 255 or 71.43% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 240 - color contains mainly: green. Hex color #44F01C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44F01C is #BB0FE3. Grayscale: #A5A5A5. Windows color (decimal): -12259300 or 1896516. OLE color: 1896516.

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

Color convert

RGB6824028-
CMYK0.7200.880.06
HSL108.68º87.6%52.55%-
HSV(B)108.68º88.33%94.12%-
XYZ33.7563.6311.6-
YUV164.451.0259.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.24%
GREEN value IS 240 (94.14% from 255) = 71.43%
BLUE value IS 28 (11.33% from 255) = 8.33%
R=20.24%
G=71.43%
B=8.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal68240280.7200.880.06108.6887.652.55
Hex44F01C4805866d5835
Octal104360341100130615513065
Binary1000100111100001110010010000101100011011011011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44F01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,240,28); }

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

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

 a { background-color: rgb(68,240,28); }

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

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

 span { border-color: rgb(68,240,28); }

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