#44ED04

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

Shades of Harlequin #44ED04

Tints of Harlequin #44ED04

Color information

#44ED04 (or 0x44ED04) is unknown color: approx Harlequin. HEX triplet: 44, ED and 04. RGB value is (68,237,4). Sum of RGB (Red+Green+Blue) = 68+237+4=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 237 (92.97% from 255 or 76.70% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 237 - color contains mainly: green. Hex color #44ED04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44ED04 is #BB12FB. Grayscale: #A0A0A0. Windows color (decimal): -12260092 or 322884. OLE color: 322884.

HSL color Cylindrical-coordinate representation of color #44ED04: hue angle of 103.52º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #44ED04 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB682374-
CMYK0.7100.980.07
HSL103.52º96.68%47.25%-
HSV(B)103.52º98.31%92.94%-
XYZ32.6961.8110.32-
YUV159.9140.0162.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.01%
GREEN value IS 237 (92.97% from 255) = 76.70%
BLUE value IS 4 (1.95% from 255) = 1.29%
R=22.01%
G=76.70%
B=1.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal6823740.7100.980.07103.5296.6847.25
Hex44ED447062768612f
Octal10435541070142715014157
Binary10001001110110110010001110110001011111010001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44ED04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,237,4); }

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

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

 a { background-color: rgb(68,237,4); }

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

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

 span { border-color: rgb(68,237,4); }

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