Html Css Color HEX #49F41C Harlequin

📋 copy color: '#49F41C'

red 73 ◦ green 244 ◦ blue 28

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

Shades of Harlequin #49F41C

Tints of Harlequin #49F41C

RGB

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

 GREEN value IS 244 (95.7% from 255) = 70.72%

 BLUE value IS 28 (11.33% from 255) = 8.12%

R = 21.16%
G = 70.72%
B = 8.12%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#49F41C (or 0x49F41C) is known color: Harlequin. HEX triplet: 49, F4 and 1C. RGB value is (73,244,28). Sum of RGB (Red+Green+Blue) = 73+244+28=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 244 (95.70% from 255 or 70.72% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 244 - color contains mainly: green. Hex color #49F41C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F41C is #B60BE3. Grayscale: #A8A8A8. Windows color (decimal): -11930596 or 1897545. OLE color: 1897545.

HSL color Cylindrical-coordinate representation of color #49F41C: hue angle of 107.5º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49F41C is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 73 244 28 -
CMYK 0.70 0 0.89 0.04
HSL 107.5º 0.91% 0.53% -
HSV(B) 107.5º 0.89% 0.96% -
XYZ 35.31 66.2 12.02 -
YUV 168.25 48.85 60.06 -
System Red Green Blue C M Y K H S L
Decimal 73 244 28 0.70 0 0.89 0.04 107.5 0.91 0.53
Hex 49 F4 1C 46 0 59 4 6C 5B 35
Octal 111 364 34 106 0 131 4 154 133 65
Binary 1001001 11110100 11100 1000110 0 1011001 100 1101100 1011011 110101

Color Harmonies of #49F41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F41C

Black with #49F41C

Text Example


Text Example

White with #49F41C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,244,28); }

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

background-color css

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

 a { background-color: rgb(73,244,28); }

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

border-color css

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

 span { border-color: rgb(73,244,28); }

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