#44F013

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

Shades of Harlequin #44F013

Tints of Harlequin #44F013

Color information

#44F013 (or 0x44F013) is unknown color: approx Harlequin. HEX triplet: 44, F0 and 13. RGB value is (68,240,19). Sum of RGB (Red+Green+Blue) = 68+240+19=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 240 (94.14% from 255 or 73.39% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 240 - color contains mainly: green. Hex color #44F013 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44F013 is #BB0FEC. Grayscale: #A4A4A4. Windows color (decimal): -12259309 or 1306692. OLE color: 1306692.

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

Color convert

RGB6824019-
CMYK0.7200.920.06
HSL106.7º88.05%50.78%-
HSV(B)106.7º92.08%94.12%-
XYZ33.6663.611.12-
YUV163.3846.5259.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.80%
GREEN value IS 240 (94.14% from 255) = 73.39%
BLUE value IS 19 (7.81% from 255) = 5.81%
R=20.80%
G=73.39%
B=5.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal68240190.7200.920.06106.788.0550.78
Hex44F0134805C66b5833
Octal104360231100134615313063
Binary1000100111100001001110010000101110011011010111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44F013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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