Html Css Color HEX #49FA2C Harlequin

📋 copy color: '#49FA2C'

red 73 ◦ green 250 ◦ blue 44

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

Shades of Harlequin #49FA2C

Tints of Harlequin #49FA2C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 68.12%

 BLUE value IS 44 (17.58% from 255) = 11.99%

R = 19.89%
G = 68.12%
B = 11.99%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#49FA2C (or 0x49FA2C) is known color: Harlequin. HEX triplet: 49, FA and 2C. RGB value is (73,250,44). Sum of RGB (Red+Green+Blue) = 73+250+44=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 250 (98.05% from 255 or 68.12% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 250 - color contains mainly: green. Hex color #49FA2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FA2C is #B605D3. Grayscale: #AEAEAE. Windows color (decimal): -11929044 or 2947657. OLE color: 2947657.

HSL color Cylindrical-coordinate representation of color #49FA2C: hue angle of 111.55º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49FA2C is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 250 44 -
CMYK 0.71 0 0.82 0.02
HSL 111.55º 0.95% 0.58% -
HSV(B) 111.55º 0.82% 0.98% -
XYZ 37.39 69.97 13.92 -
YUV 173.59 54.86 56.25 -
System Red Green Blue C M Y K H S L
Decimal 73 250 44 0.71 0 0.82 0.02 111.55 0.95 0.58
Hex 49 FA 2C 47 0 52 2 70 5F 3A
Octal 111 372 54 107 0 122 2 160 137 72
Binary 1001001 11111010 101100 1000111 0 1010010 10 1110000 1011111 111010

Color Harmonies of #49FA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FA2C

Black with #49FA2C

Text Example


Text Example

White with #49FA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,250,44); }

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

background-color css

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

 a { background-color: rgb(73,250,44); }

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

border-color css

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

 span { border-color: rgb(73,250,44); }

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