Html Css Color HEX #49E00F Harlequin

📋 copy color: '#49E00F'

red 73 ◦ green 224 ◦ blue 15

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

Shades of Harlequin #49E00F

Tints of Harlequin #49E00F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 71.79%

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

R = 23.4%
G = 71.79%
B = 4.81%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#49E00F (or 0x49E00F) is known color: Harlequin. HEX triplet: 49, E0 and 0F. RGB value is (73,224,15). Sum of RGB (Red+Green+Blue) = 73+224+15=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 224 (87.89% from 255 or 71.79% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 224 - color contains mainly: green. Hex color #49E00F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E00F is #B61FF0. Grayscale: #9B9B9B. Windows color (decimal): -11935729 or 1040457. OLE color: 1040457.

HSL color Cylindrical-coordinate representation of color #49E00F: hue angle of 103.35º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49E00F is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 224 15 -
CMYK 0.67 0 0.93 0.12
HSL 103.35º 0.87% 0.47% -
HSV(B) 103.35º 0.93% 0.88% -
XYZ 29.49 54.76 9.47 -
YUV 155.03 48.97 69.49 -
System Red Green Blue C M Y K H S L
Decimal 73 224 15 0.67 0 0.93 0.12 103.35 0.87 0.47
Hex 49 E0 F 43 0 5D C 67 57 2F
Octal 111 340 17 103 0 135 14 147 127 57
Binary 1001001 11100000 1111 1000011 0 1011101 1100 1100111 1010111 101111

Color Harmonies of #49E00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E00F

Black with #49E00F

Text Example


Text Example

White with #49E00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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