Html Css Color HEX #49DC04 Harlequin

📋 copy color: '#49DC04'

red 73 ◦ green 220 ◦ blue 4

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

Shades of Harlequin #49DC04

Tints of Harlequin #49DC04

RGB

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

 GREEN value IS 220 (86.33% from 255) = 74.07%

 BLUE value IS 4 (1.95% from 255) = 1.35%

R = 24.58%
G = 74.07%
B = 1.35%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#49DC04 (or 0x49DC04) is known color: Harlequin. HEX triplet: 49, DC and 04. RGB value is (73,220,4). Sum of RGB (Red+Green+Blue) = 73+220+4=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 220 (86.33% from 255 or 74.07% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49DC04 is #B623FB. Grayscale: #989898. Windows color (decimal): -11936764 or 318537. OLE color: 318537.

HSL color Cylindrical-coordinate representation of color #49DC04: hue angle of 100.83º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49DC04 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 220 4 -
CMYK 0.67 0 0.98 0.14
HSL 100.83º 0.96% 0.44% -
HSV(B) 100.83º 0.98% 0.86% -
XYZ 28.36 52.61 8.78 -
YUV 151.42 44.8 72.06 -
System Red Green Blue C M Y K H S L
Decimal 73 220 4 0.67 0 0.98 0.14 100.83 0.96 0.44
Hex 49 DC 4 43 0 62 E 65 60 2C
Octal 111 334 4 103 0 142 16 145 140 54
Binary 1001001 11011100 100 1000011 0 1100010 1110 1100101 1100000 101100

Color Harmonies of #49DC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DC04

Black with #49DC04

Text Example


Text Example

White with #49DC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,220,4); }

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

background-color css

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

 a { background-color: rgb(73,220,4); }

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

border-color css

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

 span { border-color: rgb(73,220,4); }

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