Html Css Color HEX #49FA00 Harlequin

📋 copy color: '#49FA00'

red 73 ◦ green 250 ◦ blue 0

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

Shades of Harlequin #49FA00

Tints of Harlequin #49FA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 22.6%
G = 77.4%
B = 0%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#49FA00 (or 0x49FA00) is known color: Harlequin. HEX triplet: 49, FA and 00. RGB value is (73,250,0). Sum of RGB (Red+Green+Blue) = 73+250+0=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 250 (98.05% from 255 or 77.40% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 250 - color contains mainly: green. Hex color #49FA00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49FA00 is #B605FF. Grayscale: #A9A9A9. Windows color (decimal): -11929088 or 64073. OLE color: 64073.

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

Color convert

RGB 73 250 0 -
CMYK 0.71 0 1 0.02
HSL 102.48º 1% 0.49% -
HSV(B) 102.48º 1% 0.98% -
XYZ 36.93 69.79 11.52 -
YUV 168.58 32.86 59.83 -
System Red Green Blue C M Y K H S L
Decimal 73 250 0 0.71 0 1 0.02 102.48 1 0.49
Hex 49 FA 0 47 0 64 2 66 64 31
Octal 111 372 0 107 0 144 2 146 144 61
Binary 1001001 11111010 0 1000111 0 1100100 10 1100110 1100100 110001

Color Harmonies of #49FA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FA00

Black with #49FA00

Text Example


Text Example

White with #49FA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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