Html Css Color HEX #49EC0D Harlequin

📋 copy color: '#49EC0D'

red 73 ◦ green 236 ◦ blue 13

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

Shades of Harlequin #49EC0D

Tints of Harlequin #49EC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.04%

R = 22.67%
G = 73.29%
B = 4.04%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#49EC0D (or 0x49EC0D) is known color: Harlequin. HEX triplet: 49, EC and 0D. RGB value is (73,236,13). Sum of RGB (Red+Green+Blue) = 73+236+13=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 236 (92.58% from 255 or 73.29% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49EC0D is #B613F2. Grayscale: #A2A2A2. Windows color (decimal): -11932659 or 912457. OLE color: 912457.

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

Color convert

RGB 73 236 13 -
CMYK 0.69 0 0.94 0.07
HSL 103.86º 0.9% 0.49% -
HSV(B) 103.86º 0.94% 0.93% -
XYZ 32.82 61.44 10.51 -
YUV 161.84 44 64.63 -
System Red Green Blue C M Y K H S L
Decimal 73 236 13 0.69 0 0.94 0.07 103.86 0.9 0.49
Hex 49 EC D 45 0 5E 7 68 5A 31
Octal 111 354 15 105 0 136 7 150 132 61
Binary 1001001 11101100 1101 1000101 0 1011110 111 1101000 1011010 110001

Color Harmonies of #49EC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EC0D

Black with #49EC0D

Text Example


Text Example

White with #49EC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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