#49E214

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

Shades of Harlequin #49E214

Tints of Harlequin #49E214

Color information

#49E214 (or 0x49E214) is unknown color: approx Harlequin. HEX triplet: 49, E2 and 14. RGB value is (73,226,20). Sum of RGB (Red+Green+Blue) = 73+226+20=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 226 (88.67% from 255 or 70.85% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 226 - color contains mainly: green. Hex color #49E214 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E214 is #B61DEB. Grayscale: #9D9D9D. Windows color (decimal): -11935212 or 1368649. OLE color: 1368649.

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

Color convert

RGB7322620-
CMYK0.6800.910.11
HSL104.56º83.74%48.24%-
HSV(B)104.56º91.15%88.63%-
XYZ30.0755.869.86-
YUV156.7750.8168.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.88%
GREEN value IS 226 (88.67% from 255) = 70.85%
BLUE value IS 20 (8.20% from 255) = 6.27%
R=22.88%
G=70.85%
B=6.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal73226200.6800.910.11104.5683.7448.24
Hex49E2144405BB695430
Octal1113422410401331315112460
Binary10010011110001010100100010001011011101111010011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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