#44FF00

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

Shades of Harlequin #44FF00

Tints of Harlequin #44FF00

Color information

#44FF00 (or 0x44FF00) is unknown color: approx Harlequin. HEX triplet: 44, FF and 00. RGB value is (68,255,0). Sum of RGB (Red+Green+Blue) = 68+255+0=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 255 (100% from 255 or 78.95% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 255 - color contains mainly: green. Hex color #44FF00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44FF00 is #BB00FF. Grayscale: #AAAAAA. Windows color (decimal): -12255488 or 65348. OLE color: 65348.

HSL color Cylindrical-coordinate representation of color #44FF00: hue angle of 104º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #44FF00 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB682550-
CMYK0.73010
HSL104º100%50%-
HSV(B)104º100%100%-
XYZ38.1472.7512.03-
YUV170.0232.0555.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.05%
GREEN value IS 255 (100% from 255) = 78.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=21.05%
G=78.95%
B=0%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal6825500.7301010410050
Hex44FF0490640686432
Octal10437701110144015014462
Binary1000100111111110100100101100100011010001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44FF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,255,0); }

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

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

 a { background-color: rgb(68,255,0); }

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

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

 span { border-color: rgb(68,255,0); }

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