#49FF11

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

Shades of Harlequin #49FF11

Tints of Harlequin #49FF11

Color information

#49FF11 (or 0x49FF11) is unknown color: approx Harlequin. HEX triplet: 49, FF and 11. RGB value is (73,255,17). Sum of RGB (Red+Green+Blue) = 73+255+17=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 255 (100% from 255 or 73.91% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49FF11 is #B600EE. Grayscale: #AEAEAE. Windows color (decimal): -11927791 or 1179465. OLE color: 1179465.

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

Color convert

RGB7325517-
CMYK0.7100.930
HSL105.88º100%53.33%-
HSV(B)105.88º93.33%100%-
XYZ38.6172.9812.58-
YUV173.4539.756.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.16%
GREEN value IS 255 (100% from 255) = 73.91%
BLUE value IS 17 (7.03% from 255) = 4.93%
R=21.16%
G=73.91%
B=4.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal73255170.7100.930105.8810053.33
Hex49FF114705D06a6435
Octal111377211070135015214465
Binary10010011111111110001100011101011101011010101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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