Html Css Color HEX #49FA11 Harlequin

📋 copy color: '#49FA11'

red 73 ◦ green 250 ◦ blue 17

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

Shades of Harlequin #49FA11

Tints of Harlequin #49FA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5%

R = 21.47%
G = 73.53%
B = 5%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#49FA11 (or 0x49FA11) is known color: Harlequin. HEX triplet: 49, FA and 11. RGB value is (73,250,17). Sum of RGB (Red+Green+Blue) = 73+250+17=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 250 (98.05% from 255 or 73.53% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 250 - color contains mainly: green. Hex color #49FA11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49FA11 is #B605EE. Grayscale: #ABABAB. Windows color (decimal): -11929071 or 1178185. OLE color: 1178185.

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

Color convert

RGB 73 250 17 -
CMYK 0.71 0 0.93 0.02
HSL 105.58º 0.96% 0.52% -
HSV(B) 105.58º 0.93% 0.98% -
XYZ 37.03 69.83 12.06 -
YUV 170.52 41.36 58.45 -
System Red Green Blue C M Y K H S L
Decimal 73 250 17 0.71 0 0.93 0.02 105.58 0.96 0.52
Hex 49 FA 11 47 0 5D 2 6A 60 34
Octal 111 372 21 107 0 135 2 152 140 64
Binary 1001001 11111010 10001 1000111 0 1011101 10 1101010 1100000 110100

Color Harmonies of #49FA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FA11

Black with #49FA11

Text Example


Text Example

White with #49FA11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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