#44E106

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

Shades of Harlequin #44E106

Tints of Harlequin #44E106

Color information

#44E106 (or 0x44E106) is unknown color: approx Harlequin. HEX triplet: 44, E1 and 06. RGB value is (68,225,6). Sum of RGB (Red+Green+Blue) = 68+225+6=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 225 (88.28% from 255 or 75.25% from 299); Blue value is 6 (2.73% from 255 or 2.01% from 299); Max value from RGB is 225 - color contains mainly: green. Hex color #44E106 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44E106 is #BB1EF9. Grayscale: #999999. Windows color (decimal): -12263162 or 450884. OLE color: 450884.

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

Color convert

RGB682256-
CMYK0.7000.970.12
HSL103.01º94.81%45.29%-
HSV(B)103.01º97.33%88.24%-
XYZ29.3455.099.26-
YUV153.0944.9967.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.74%
GREEN value IS 225 (88.28% from 255) = 75.25%
BLUE value IS 6 (2.73% from 255) = 2.01%
R=22.74%
G=75.25%
B=2.01%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal6822560.7000.970.12103.0194.8145.29
Hex44E1646061C675f2d
Octal104341610601411414713755
Binary100010011100001110100011001100001110011001111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44E106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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