#49E20F

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

Shades of Harlequin #49E20F

Tints of Harlequin #49E20F

Color information

#49E20F (or 0x49E20F) is unknown color: approx Harlequin. HEX triplet: 49, E2 and 0F. RGB value is (73,226,15). Sum of RGB (Red+Green+Blue) = 73+226+15=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 226 (88.67% from 255 or 71.97% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 226 - color contains mainly: green. Hex color #49E20F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E20F is #B61DF0. Grayscale: #9C9C9C. Windows color (decimal): -11935217 or 1040969. OLE color: 1040969.

HSL color Cylindrical-coordinate representation of color #49E20F: hue angle of 103.51º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49E20F is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB7322615-
CMYK0.6800.930.11
HSL103.51º87.55%47.25%-
HSV(B)103.51º93.36%88.63%-
XYZ30.0355.849.65-
YUV156.248.3168.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.25%
GREEN value IS 226 (88.67% from 255) = 71.97%
BLUE value IS 15 (6.25% from 255) = 4.78%
R=23.25%
G=71.97%
B=4.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal73226150.6800.930.11103.5187.5547.25
Hex49E2F4405DB68582f
Octal1113421710401351315013057
Binary1001001111000101111100010001011101101111010001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,226,15); }

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

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

 a { background-color: rgb(73,226,15); }

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

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

 span { border-color: rgb(73,226,15); }

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