#49F71C

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

Shades of Harlequin #49F71C

Tints of Harlequin #49F71C

Color information

#49F71C (or 0x49F71C) is unknown color: approx Harlequin. HEX triplet: 49, F7 and 1C. RGB value is (73,247,28). Sum of RGB (Red+Green+Blue) = 73+247+28=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 247 (96.88% from 255 or 70.98% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 247 - color contains mainly: green. Hex color #49F71C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F71C is #B608E3. Grayscale: #AAAAAA. Windows color (decimal): -11929828 or 1898313. OLE color: 1898313.

HSL color Cylindrical-coordinate representation of color #49F71C: hue angle of 107.67º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49F71C is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB7324728-
CMYK0.7000.890.03
HSL107.67º93.19%53.92%-
HSV(B)107.67º88.66%96.86%-
XYZ36.2268.0212.32-
YUV170.0147.8558.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.98%
GREEN value IS 247 (96.88% from 255) = 70.98%
BLUE value IS 28 (11.33% from 255) = 8.05%
R=20.98%
G=70.98%
B=8.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal73247280.7000.890.03107.6793.1953.92
Hex49F71C4605936c5d36
Octal111367341060131315413566
Binary100100111110111111001000110010110011111011001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F71C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,247,28); }

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

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

 a { background-color: rgb(73,247,28); }

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

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

 span { border-color: rgb(73,247,28); }

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