Html Css Color HEX #49E104 Harlequin

📋 copy color: '#49E104'

red 73 ◦ green 225 ◦ blue 4

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

Shades of Harlequin #49E104

Tints of Harlequin #49E104

RGB

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

 GREEN value IS 225 (88.28% from 255) = 74.5%

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

R = 24.17%
G = 74.5%
B = 1.32%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#49E104 (or 0x49E104) is known color: Harlequin. HEX triplet: 49, E1 and 04. RGB value is (73,225,4). Sum of RGB (Red+Green+Blue) = 73+225+4=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 225 (88.28% from 255 or 74.50% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 225 - color contains mainly: green. Hex color #49E104 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E104 is #B61EFB. Grayscale: #9B9B9B. Windows color (decimal): -11935484 or 319817. OLE color: 319817.

HSL color Cylindrical-coordinate representation of color #49E104: hue angle of 101.27º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49E104 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 225 4 -
CMYK 0.68 0 0.98 0.12
HSL 101.27º 0.97% 0.45% -
HSV(B) 101.27º 0.98% 0.88% -
XYZ 29.69 55.28 9.22 -
YUV 154.36 43.14 69.97 -
System Red Green Blue C M Y K H S L
Decimal 73 225 4 0.68 0 0.98 0.12 101.27 0.97 0.45
Hex 49 E1 4 44 0 62 C 65 61 2D
Octal 111 341 4 104 0 142 14 145 141 55
Binary 1001001 11100001 100 1000100 0 1100010 1100 1100101 1100001 101101

Color Harmonies of #49E104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E104

Black with #49E104

Text Example


Text Example

White with #49E104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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