Html Css Color HEX #49E50F Harlequin

📋 copy color: '#49E50F'

red 73 ◦ green 229 ◦ blue 15

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

Shades of Harlequin #49E50F

Tints of Harlequin #49E50F

RGB

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

 GREEN value IS 229 (89.84% from 255) = 72.24%

 BLUE value IS 15 (6.25% from 255) = 4.73%

R = 23.03%
G = 72.24%
B = 4.73%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#49E50F (or 0x49E50F) is known color: Harlequin. HEX triplet: 49, E5 and 0F. RGB value is (73,229,15). Sum of RGB (Red+Green+Blue) = 73+229+15=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 229 (89.84% from 255 or 72.24% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 229 - color contains mainly: green. Hex color #49E50F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E50F is #B61AF0. Grayscale: #9E9E9E. Windows color (decimal): -11934449 or 1041737. OLE color: 1041737.

HSL color Cylindrical-coordinate representation of color #49E50F: hue angle of 103.74º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49E50F is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 73 229 15 -
CMYK 0.68 0 0.93 0.10
HSL 103.74º 0.88% 0.48% -
HSV(B) 103.74º 0.93% 0.9% -
XYZ 30.85 57.49 9.92 -
YUV 157.96 47.32 67.4 -
System Red Green Blue C M Y K H S L
Decimal 73 229 15 0.68 0 0.93 0.10 103.74 0.88 0.48
Hex 49 E5 F 44 0 5D A 68 58 30
Octal 111 345 17 104 0 135 12 150 130 60
Binary 1001001 11100101 1111 1000100 0 1011101 1010 1101000 1011000 110000

Color Harmonies of #49E50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E50F

Black with #49E50F

Text Example


Text Example

White with #49E50F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,229,15); }

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

background-color css

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

 a { background-color: rgb(73,229,15); }

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

border-color css

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

 span { border-color: rgb(73,229,15); }

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