Html Css Color HEX #49F209 Harlequin

📋 copy color: '#49F209'

red 73 ◦ green 242 ◦ blue 9

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

Shades of Harlequin #49F209

Tints of Harlequin #49F209

RGB

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

 GREEN value IS 242 (94.92% from 255) = 74.69%

 BLUE value IS 9 (3.91% from 255) = 2.78%

R = 22.53%
G = 74.69%
B = 2.78%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#49F209 (or 0x49F209) is known color: Harlequin. HEX triplet: 49, F2 and 09. RGB value is (73,242,9). Sum of RGB (Red+Green+Blue) = 73+242+9=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 242 (94.92% from 255 or 74.69% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 242 - color contains mainly: green. Hex color #49F209 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F209 is #B60DF6. Grayscale: #A5A5A5. Windows color (decimal): -11931127 or 651849. OLE color: 651849.

HSL color Cylindrical-coordinate representation of color #49F209: hue angle of 103.52º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49F209 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 242 9 -
CMYK 0.70 0 0.96 0.05
HSL 103.52º 0.93% 0.49% -
HSV(B) 103.52º 0.96% 0.95% -
XYZ 34.55 64.94 10.97 -
YUV 164.91 40.01 62.45 -
System Red Green Blue C M Y K H S L
Decimal 73 242 9 0.70 0 0.96 0.05 103.52 0.93 0.49
Hex 49 F2 9 46 0 60 5 68 5D 31
Octal 111 362 11 106 0 140 5 150 135 61
Binary 1001001 11110010 1001 1000110 0 1100000 101 1101000 1011101 110001

Color Harmonies of #49F209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F209

Black with #49F209

Text Example


Text Example

White with #49F209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,242,9); }

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

background-color css

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

 a { background-color: rgb(73,242,9); }

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

border-color css

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

 span { border-color: rgb(73,242,9); }

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