Html Css Color HEX #49E400 Harlequin

📋 copy color: '#49E400'

red 73 ◦ green 228 ◦ blue 0

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

Shades of Harlequin #49E400

Tints of Harlequin #49E400

RGB

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

 GREEN value IS 228 (89.45% from 255) = 75.75%

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

R = 24.25%
G = 75.75%
B = 0%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#49E400 (or 0x49E400) is known color: Harlequin. HEX triplet: 49, E4 and 00. RGB value is (73,228,0). Sum of RGB (Red+Green+Blue) = 73+228+0=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 228 (89.45% from 255 or 75.75% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 228 - color contains mainly: green. Hex color #49E400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E400 is #B61BFF. Grayscale: #9C9C9C. Windows color (decimal): -11934720 or 58441. OLE color: 58441.

HSL color Cylindrical-coordinate representation of color #49E400: hue angle of 100.79º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49E400 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 73 228 0 -
CMYK 0.68 0 1 0.11
HSL 100.79º 1% 0.45% -
HSV(B) 100.79º 1% 0.89% -
XYZ 30.49 56.9 9.38 -
YUV 155.66 40.15 69.04 -
System Red Green Blue C M Y K H S L
Decimal 73 228 0 0.68 0 1 0.11 100.79 1 0.45
Hex 49 E4 0 44 0 64 B 65 64 2D
Octal 111 344 0 104 0 144 13 145 144 55
Binary 1001001 11100100 0 1000100 0 1100100 1011 1100101 1100100 101101

Color Harmonies of #49E400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E400

Black with #49E400

Text Example


Text Example

White with #49E400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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