#49F209

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

Shades of Harlequin #49F209

Tints of Harlequin #49F209

Color information

#49F209 (or 0x49F209) is unknown color: approx Harlequin. HEX triplet: 49, F2 and 09. RGB value is (73,242,9). Sum of RGB (Red+Green+Blue) = 73+242+9=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 242 (94.92% from 255 or 74.69% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 242 - color contains mainly: green. Hex color #49F209 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F209 is #B60DF6. Grayscale: #A5A5A5. Windows color (decimal): -11931127 or 651849. OLE color: 651849.

HSL color Cylindrical-coordinate representation of color #49F209: hue angle of 103.52º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49F209 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB732429-
CMYK0.7000.960.05
HSL103.52º92.83%49.22%-
HSV(B)103.52º96.28%94.9%-
XYZ34.5564.9410.97-
YUV164.9140.0162.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.53%
GREEN value IS 242 (94.92% from 255) = 74.69%
BLUE value IS 9 (3.91% from 255) = 2.78%
R=22.53%
G=74.69%
B=2.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal7324290.7000.960.05103.5292.8349.22
Hex49F29460605685d31
Octal111362111060140515013561
Binary100100111110010100110001100110000010111010001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,242,9); }

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

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

 a { background-color: rgb(73,242,9); }

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

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

 span { border-color: rgb(73,242,9); }

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