#49FC0E

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

Shades of Harlequin #49FC0E

Tints of Harlequin #49FC0E

Color information

#49FC0E (or 0x49FC0E) is unknown color: approx Harlequin. HEX triplet: 49, FC and 0E. RGB value is (73,252,14). Sum of RGB (Red+Green+Blue) = 73+252+14=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 252 (98.83% from 255 or 74.34% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 252 - color contains mainly: green. Hex color #49FC0E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49FC0E is #B603F1. Grayscale: #ACACAC. Windows color (decimal): -11928562 or 982089. OLE color: 982089.

HSL color Cylindrical-coordinate representation of color #49FC0E: hue angle of 105.13º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #49FC0E is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB7325214-
CMYK0.7100.940.01
HSL105.13º97.54%52.16%-
HSV(B)105.13º94.44%98.82%-
XYZ37.6471.0712.15-
YUV171.3539.257.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.53%
GREEN value IS 252 (98.83% from 255) = 74.34%
BLUE value IS 14 (5.86% from 255) = 4.13%
R=21.53%
G=74.34%
B=4.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal73252140.7100.940.01105.1397.5452.16
Hex49FCE4705E1696234
Octal111374161070136115114264
Binary1001001111111001110100011101011110111010011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FC0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,252,14); }

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

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

 a { background-color: rgb(73,252,14); }

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

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

 span { border-color: rgb(73,252,14); }

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