#49EF22

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

Shades of Harlequin #49EF22

Tints of Harlequin #49EF22

Color information

#49EF22 (or 0x49EF22) is unknown color: approx Harlequin. HEX triplet: 49, EF and 22. RGB value is (73,239,34). Sum of RGB (Red+Green+Blue) = 73+239+34=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 239 (93.75% from 255 or 69.08% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 239 - color contains mainly: green. Hex color #49EF22 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EF22 is #B610DD. Grayscale: #A6A6A6. Windows color (decimal): -11931870 or 2289481. OLE color: 2289481.

HSL color Cylindrical-coordinate representation of color #49EF22: hue angle of 108.59º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49EF22 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB7323934-
CMYK0.6900.860.06
HSL108.59º86.5%53.53%-
HSV(B)108.59º85.77%93.73%-
XYZ33.963.2611.94-
YUV16653.561.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.10%
GREEN value IS 239 (93.75% from 255) = 69.08%
BLUE value IS 34 (13.67% from 255) = 9.83%
R=21.10%
G=69.08%
B=9.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal73239340.6900.860.06108.5986.553.53
Hex49EF224505666d5636
Octal111357421050126615512666
Binary10010011110111110001010001010101011011011011011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EF22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49EF22; }

 p { color: rgb(73,239,34); }

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

<style>
 a { background-color: #49EF22; }

 a { background-color: rgb(73,239,34); }

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

<style>
 span { border-color: #49EF22; }

 span { border-color: rgb(73,239,34); }

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