#49FF32

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

Shades of Harlequin #49FF32

Tints of Harlequin #49FF32

Color information

#49FF32 (or 0x49FF32) is unknown color: approx Harlequin. HEX triplet: 49, FF and 32. RGB value is (73,255,50). Sum of RGB (Red+Green+Blue) = 73+255+50=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 255 (100% from 255 or 67.46% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FF32 is #B600CD. Grayscale: #B1B1B1. Windows color (decimal): -11927758 or 3342153. OLE color: 3342153.

HSL color Cylindrical-coordinate representation of color #49FF32: hue angle of 113.27º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #49FF32 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB7325550-
CMYK0.7100.800
HSL113.27º100%59.8%-
HSV(B)113.27º80.39%100%-
XYZ39.0873.1715.08-
YUV177.2156.253.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.31%
GREEN value IS 255 (100% from 255) = 67.46%
BLUE value IS 50 (19.92% from 255) = 13.23%
R=19.31%
G=67.46%
B=13.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal73255500.7100.800113.2710059.8
Hex49FF3247050071643c
Octal111377621070120016114474
Binary100100111111111110010100011101010000011100011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,255,50); }

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

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

 a { background-color: rgb(73,255,50); }

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

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

 span { border-color: rgb(73,255,50); }

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