Html Css Color HEX #49EC14 Harlequin

📋 copy color: '#49EC14'

red 73 ◦ green 236 ◦ blue 20

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

Shades of Harlequin #49EC14

Tints of Harlequin #49EC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.08%

R = 22.19%
G = 71.73%
B = 6.08%

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

#49EC14 (or 0x49EC14) is known color: Harlequin. HEX triplet: 49, EC and 14. RGB value is (73,236,20). Sum of RGB (Red+Green+Blue) = 73+236+20=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 236 (92.58% from 255 or 71.73% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49EC14 is #B613EB. Grayscale: #A3A3A3. Windows color (decimal): -11932652 or 1371209. OLE color: 1371209.

HSL color Cylindrical-coordinate representation of color #49EC14: hue angle of 105.28º degrees, saturation: 0.85, 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 #49EC14 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 236 20 -
CMYK 0.69 0 0.92 0.07
HSL 105.28º 0.85% 0.5% -
HSV(B) 105.28º 0.92% 0.93% -
XYZ 32.87 61.46 10.79 -
YUV 162.64 47.5 64.06 -
System Red Green Blue C M Y K H S L
Decimal 73 236 20 0.69 0 0.92 0.07 105.28 0.85 0.5
Hex 49 EC 14 45 0 5C 7 69 55 32
Octal 111 354 24 105 0 134 7 151 125 62
Binary 1001001 11101100 10100 1000101 0 1011100 111 1101001 1010101 110010

Color Harmonies of #49EC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EC14

Black with #49EC14

Text Example


Text Example

White with #49EC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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