Html Css Color HEX #49FF19 Harlequin

📋 copy color: '#49FF19'

red 73 ◦ green 255 ◦ blue 25

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

Shades of Harlequin #49FF19

Tints of Harlequin #49FF19

RGB

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

 GREEN value IS 255 (100% from 255) = 72.24%

 BLUE value IS 25 (10.16% from 255) = 7.08%

R = 20.68%
G = 72.24%
B = 7.08%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#49FF19 (or 0x49FF19) is known color: Harlequin. HEX triplet: 49, FF and 19. RGB value is (73,255,25). Sum of RGB (Red+Green+Blue) = 73+255+25=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 255 (100% from 255 or 72.24% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49FF19 is #B600E6. Grayscale: #AFAFAF. Windows color (decimal): -11927783 or 1703753. OLE color: 1703753.

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

Color convert

RGB 73 255 25 -
CMYK 0.71 0 0.90 0
HSL 107.48º 1% 0.55% -
HSV(B) 107.48º 0.9% 1% -
XYZ 38.68 73.01 12.97 -
YUV 174.36 43.7 55.7 -
System Red Green Blue C M Y K H S L
Decimal 73 255 25 0.71 0 0.90 0 107.48 1 0.55
Hex 49 FF 19 47 0 5A 0 6B 64 37
Octal 111 377 31 107 0 132 0 153 144 67
Binary 1001001 11111111 11001 1000111 0 1011010 0 1101011 1100100 110111

Color Harmonies of #49FF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FF19

Black with #49FF19

Text Example


Text Example

White with #49FF19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,255,25); }

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

background-color css

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

 a { background-color: rgb(73,255,25); }

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

border-color css

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

 span { border-color: rgb(73,255,25); }

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