Html Css Color HEX #49EC10 Harlequin

📋 copy color: '#49EC10'

red 73 ◦ green 236 ◦ blue 16

#49EC10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #49EC10

Tints of Harlequin #49EC10

RGB

 RED value IS 73 (28.91% from 255) = 22.46%

 GREEN value IS 236 (92.58% from 255) = 72.62%

 BLUE value IS 16 (6.64% from 255) = 4.92%

R = 22.46%
G = 72.62%
B = 4.92%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#49EC10 (or 0x49EC10) is known color: Harlequin. HEX triplet: 49, EC and 10. RGB value is (73,236,16). Sum of RGB (Red+Green+Blue) = 73+236+16=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 236 (92.58% from 255 or 72.62% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49EC10 is #B613EF. Grayscale: #A2A2A2. Windows color (decimal): -11932656 or 1109065. OLE color: 1109065.

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

Color convert

RGB 73 236 16 -
CMYK 0.69 0 0.93 0.07
HSL 104.45º 0.87% 0.49% -
HSV(B) 104.45º 0.93% 0.93% -
XYZ 32.84 61.44 10.62 -
YUV 162.18 45.5 64.39 -
System Red Green Blue C M Y K H S L
Decimal 73 236 16 0.69 0 0.93 0.07 104.45 0.87 0.49
Hex 49 EC 10 45 0 5D 7 68 57 31
Octal 111 354 20 105 0 135 7 150 127 61
Binary 1001001 11101100 10000 1000101 0 1011101 111 1101000 1010111 110001

Color Harmonies of #49EC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EC10

Black with #49EC10

Text Example


Text Example

White with #49EC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,236,16); }

 H1.HeaderClassName
 {
   color: #49EC10;
 }
 .AnyTagClassName
 {
   color: #49EC10;
 }
</style>

background-color css

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

 a { background-color: rgb(73,236,16); }

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

border-color css

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

 span { border-color: rgb(73,236,16); }

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