#44F916

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

Shades of Harlequin #44F916

Tints of Harlequin #44F916

Color information

#44F916 (or 0x44F916) is unknown color: approx Harlequin. HEX triplet: 44, F9 and 16. RGB value is (68,249,22). Sum of RGB (Red+Green+Blue) = 68+249+22=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 249 (97.66% from 255 or 73.45% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 249 - color contains mainly: green. Hex color #44F916 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #44F916 is #BB06E9. Grayscale: #A9A9A9. Windows color (decimal): -12257002 or 1505604. OLE color: 1505604.

HSL color Cylindrical-coordinate representation of color #44F916: hue angle of 107.84º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #44F916 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB6824922-
CMYK0.7300.910.02
HSL107.84º94.98%53.14%-
HSV(B)107.84º91.16%97.65%-
XYZ36.469.0412.17-
YUV16945.0355.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.06%
GREEN value IS 249 (97.66% from 255) = 73.45%
BLUE value IS 22 (8.98% from 255) = 6.49%
R=20.06%
G=73.45%
B=6.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal68249220.7300.910.02107.8494.9853.14
Hex44F9164905B26c5f35
Octal104371261110133215413765
Binary100010011111001101101001001010110111011011001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44F916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,249,22); }

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

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

 a { background-color: rgb(68,249,22); }

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

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

 span { border-color: rgb(68,249,22); }

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