#44e506

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

Shades of Harlequin #44E506

Tints of Harlequin #44E506

Color information

#44E506 (or 0x44E506) is unknown color: approx Harlequin. HEX triplet: 44, E5 and 06. RGB value is (68,229,6). Sum of RGB (Red+Green+Blue) = 68+229+6=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 229 (89.84% from 255 or 75.58% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 229 - color contains mainly: green. Hex color #44E506 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44E506 is #BB1AF9. Grayscale: #9C9C9C. Windows color (decimal): -12262138 or 451908. OLE color: 451908.

HSL color Cylindrical-coordinate representation of color #44E506: hue angle of 103.32º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #44E506 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB682296-
CMYK0.7000.970.10
HSL103.32º94.89%46.08%-
HSV(B)103.32º97.38%89.8%-
XYZ30.4457.289.62-
YUV155.4443.6665.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.44%
GREEN value IS 229 (89.84% from 255) = 75.58%
BLUE value IS 6 (2.73% from 255) = 1.98%
R=22.44%
G=75.58%
B=1.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal6822960.7000.970.10103.3294.8946.08
Hex44E5646061A675f2e
Octal104345610601411214713756
Binary100010011100101110100011001100001101011001111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44e506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,229,6); }

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

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

 a { background-color: rgb(68,229,6); }

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

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

 span { border-color: rgb(68,229,6); }

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