Html Css Color HEX #49DC03 Harlequin

📋 copy color: '#49DC03'

red 73 ◦ green 220 ◦ blue 3

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

Shades of Harlequin #49DC03

Tints of Harlequin #49DC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.01%

R = 24.66%
G = 74.32%
B = 1.01%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#49DC03 (or 0x49DC03) is known color: Harlequin. HEX triplet: 49, DC and 03. RGB value is (73,220,3). Sum of RGB (Red+Green+Blue) = 73+220+3=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 220 (86.33% from 255 or 74.32% from 296); Blue value is 3 (1.56% from 255 or 1.01% from 296); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49DC03 is #B623FC. Grayscale: #989898. Windows color (decimal): -11936765 or 253001. OLE color: 253001.

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

Color convert

RGB 73 220 3 -
CMYK 0.67 0 0.99 0.14
HSL 100.65º 0.97% 0.44% -
HSV(B) 100.65º 0.99% 0.86% -
XYZ 28.36 52.61 8.75 -
YUV 151.31 44.3 72.14 -
System Red Green Blue C M Y K H S L
Decimal 73 220 3 0.67 0 0.99 0.14 100.65 0.97 0.44
Hex 49 DC 3 43 0 63 E 65 61 2C
Octal 111 334 3 103 0 143 16 145 141 54
Binary 1001001 11011100 11 1000011 0 1100011 1110 1100101 1100001 101100

Color Harmonies of #49DC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DC03

Black with #49DC03

Text Example


Text Example

White with #49DC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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