#49f71e

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

Shades of Harlequin #49F71E

Tints of Harlequin #49F71E

Color information

#49F71E (or 0x49F71E) is unknown color: approx Harlequin. HEX triplet: 49, F7 and 1E. RGB value is (73,247,30). Sum of RGB (Red+Green+Blue) = 73+247+30=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 247 (96.88% from 255 or 70.57% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 247 - color contains mainly: green. Hex color #49F71E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F71E is #B608E1. Grayscale: #AAAAAA. Windows color (decimal): -11929826 or 2029385. OLE color: 2029385.

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

Color convert

RGB7324730-
CMYK0.7000.880.03
HSL108.11º93.13%54.31%-
HSV(B)108.11º87.85%96.86%-
XYZ36.2468.0312.45-
YUV170.2448.8558.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.86%
GREEN value IS 247 (96.88% from 255) = 70.57%
BLUE value IS 30 (12.11% from 255) = 8.57%
R=20.86%
G=70.57%
B=8.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal73247300.7000.880.03108.1193.1354.31
Hex49F71E4605836c5d36
Octal111367361060130315413566
Binary100100111110111111101000110010110001111011001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49f71e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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