#44F50C

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

Shades of Harlequin #44F50C

Tints of Harlequin #44F50C

Color information

#44F50C (or 0x44F50C) is unknown color: approx Harlequin. HEX triplet: 44, F5 and 0C. RGB value is (68,245,12). Sum of RGB (Red+Green+Blue) = 68+245+12=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 245 (96.09% from 255 or 75.38% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 245 - color contains mainly: green. Hex color #44F50C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44F50C is #BB0AF3. Grayscale: #A6A6A6. Windows color (decimal): -12258036 or 849220. OLE color: 849220.

HSL color Cylindrical-coordinate representation of color #44F50C: hue angle of 105.58º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44F50C is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB6824512-
CMYK0.7200.950.04
HSL105.58º92.09%50.39%-
HSV(B)105.58º95.1%96.08%-
XYZ35.166.5611.35-
YUV165.5241.3658.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.92%
GREEN value IS 245 (96.09% from 255) = 75.38%
BLUE value IS 12 (5.08% from 255) = 3.69%
R=20.92%
G=75.38%
B=3.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal68245120.7200.950.04105.5892.0950.39
Hex44F5C4805F46a5c32
Octal104365141100137415213462
Binary100010011110101110010010000101111110011010101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44F50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,245,12); }

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

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

 a { background-color: rgb(68,245,12); }

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

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

 span { border-color: rgb(68,245,12); }

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