#44F225

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

Shades of Harlequin #44F225

Tints of Harlequin #44F225

Color information

#44F225 (or 0x44F225) is unknown color: approx Harlequin. HEX triplet: 44, F2 and 25. RGB value is (68,242,37). Sum of RGB (Red+Green+Blue) = 68+242+37=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 242 (94.92% from 255 or 69.74% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 242 - color contains mainly: green. Hex color #44F225 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44F225 is #BB0DDA. Grayscale: #A7A7A7. Windows color (decimal): -12258779 or 2486852. OLE color: 2486852.

HSL color Cylindrical-coordinate representation of color #44F225: hue angle of 110.93º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44F225 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB6824237-
CMYK0.7200.850.05
HSL110.93º88.74%54.71%-
HSV(B)110.93º84.71%94.9%-
XYZ34.4764.8712.45-
YUV166.654.8557.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.60%
GREEN value IS 242 (94.92% from 255) = 69.74%
BLUE value IS 37 (14.84% from 255) = 10.66%
R=19.60%
G=69.74%
B=10.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal68242370.7200.850.05110.9388.7454.71
Hex44F2254805556f5937
Octal104362451100125515713167
Binary10001001111001010010110010000101010110111011111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44F225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,242,37); }

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

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

 a { background-color: rgb(68,242,37); }

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

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

 span { border-color: rgb(68,242,37); }

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