#49E102

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

Shades of Harlequin #49E102

Tints of Harlequin #49E102

Color information

#49E102 (or 0x49E102) is unknown color: approx Harlequin. HEX triplet: 49, E1 and 02. RGB value is (73,225,2). Sum of RGB (Red+Green+Blue) = 73+225+2=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 225 (88.28% from 255 or 75% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 225 - color contains mainly: green. Hex color #49E102 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E102 is #B61EFD. Grayscale: #9A9A9A. Windows color (decimal): -11935486 or 188745. OLE color: 188745.

HSL color Cylindrical-coordinate representation of color #49E102: hue angle of 100.9º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49E102 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB732252-
CMYK0.6800.990.12
HSL100.9º98.24%44.51%-
HSV(B)100.9º99.11%88.24%-
XYZ29.6855.279.16-
YUV154.1342.1470.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.33%
GREEN value IS 225 (88.28% from 255) = 75%
BLUE value IS 2 (1.17% from 255) = 0.67%
R=24.33%
G=75%
B=0.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal7322520.6800.990.12100.998.2444.51
Hex49E1244063C65622d
Octal111341210401431414514255
Binary10010011110000110100010001100011110011001011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,225,2); }

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

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

 a { background-color: rgb(73,225,2); }

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

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

 span { border-color: rgb(73,225,2); }

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