#49DE06

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

Shades of Harlequin #49DE06

Tints of Harlequin #49DE06

Color information

#49DE06 (or 0x49DE06) is unknown color: approx Harlequin. HEX triplet: 49, DE and 06. RGB value is (73,222,6). Sum of RGB (Red+Green+Blue) = 73+222+6=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 222 (87.11% from 255 or 73.75% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 222 - color contains mainly: green. Hex color #49DE06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49DE06 is #B621F9. Grayscale: #999999. Windows color (decimal): -11936250 or 450121. OLE color: 450121.

HSL color Cylindrical-coordinate representation of color #49DE06: hue angle of 101.39º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49DE06 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB732226-
CMYK0.6700.970.13
HSL101.39º94.74%44.71%-
HSV(B)101.39º97.3%87.06%-
XYZ28.953.679.01-
YUV152.8245.1471.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 222 (87.11% from 255) = 73.75%
BLUE value IS 6 (2.73% from 255) = 1.99%
R=24.25%
G=73.75%
B=1.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal7322260.6700.970.13101.3994.7444.71
Hex49DE643061D655f2d
Octal111336610301411514513755
Binary100100111011110110100001101100001110111001011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,222,6); }

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

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

 a { background-color: rgb(73,222,6); }

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

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

 span { border-color: rgb(73,222,6); }

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