#49EE0B

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

Shades of Harlequin #49EE0B

Tints of Harlequin #49EE0B

Color information

#49EE0B (or 0x49EE0B) is unknown color: approx Harlequin. HEX triplet: 49, EE and 0B. RGB value is (73,238,11). Sum of RGB (Red+Green+Blue) = 73+238+11=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 238 (93.36% from 255 or 73.91% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 238 - color contains mainly: green. Hex color #49EE0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49EE0B is #B611F4. Grayscale: #A3A3A3. Windows color (decimal): -11932149 or 781897. OLE color: 781897.

HSL color Cylindrical-coordinate representation of color #49EE0B: hue angle of 103.61º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49EE0B is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB7323811-
CMYK0.6900.950.07
HSL103.61º91.16%48.82%-
HSV(B)103.61º95.38%93.33%-
XYZ33.3862.5910.64-
YUV162.7942.3463.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.67%
GREEN value IS 238 (93.36% from 255) = 73.91%
BLUE value IS 11 (4.69% from 255) = 3.42%
R=22.67%
G=73.91%
B=3.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal73238110.6900.950.07103.6191.1648.82
Hex49EEB4505F7685b31
Octal111356131050137715013361
Binary100100111101110101110001010101111111111010001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EE0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,238,11); }

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

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

 a { background-color: rgb(73,238,11); }

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

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

 span { border-color: rgb(73,238,11); }

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