Html Css Color HEX #49EC12 Harlequin

📋 copy color: '#49EC12'

red 73 ◦ green 236 ◦ blue 18

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

Shades of Harlequin #49EC12

Tints of Harlequin #49EC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.5%

R = 22.32%
G = 72.17%
B = 5.5%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#49EC12 (or 0x49EC12) is known color: Harlequin. HEX triplet: 49, EC and 12. RGB value is (73,236,18). Sum of RGB (Red+Green+Blue) = 73+236+18=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 236 (92.58% from 255 or 72.17% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49EC12 is #B613ED. Grayscale: #A3A3A3. Windows color (decimal): -11932654 or 1240137. OLE color: 1240137.

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

Color convert

RGB 73 236 18 -
CMYK 0.69 0 0.92 0.07
HSL 104.86º 0.86% 0.5% -
HSV(B) 104.86º 0.92% 0.93% -
XYZ 32.85 61.45 10.7 -
YUV 162.41 46.5 64.23 -
System Red Green Blue C M Y K H S L
Decimal 73 236 18 0.69 0 0.92 0.07 104.86 0.86 0.5
Hex 49 EC 12 45 0 5C 7 69 56 32
Octal 111 354 22 105 0 134 7 151 126 62
Binary 1001001 11101100 10010 1000101 0 1011100 111 1101001 1010110 110010

Color Harmonies of #49EC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EC12

Black with #49EC12

Text Example


Text Example

White with #49EC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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