Html Css Color HEX #49E700 Harlequin

📋 copy color: '#49E700'

red 73 ◦ green 231 ◦ blue 0

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

Shades of Harlequin #49E700

Tints of Harlequin #49E700

RGB

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

 GREEN value IS 231 (90.63% from 255) = 75.99%

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

R = 24.01%
G = 75.99%
B = 0%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#49E700 (or 0x49E700) is known color: Harlequin. HEX triplet: 49, E7 and 00. RGB value is (73,231,0). Sum of RGB (Red+Green+Blue) = 73+231+0=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 231 (90.62% from 255 or 75.99% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 231 - color contains mainly: green. Hex color #49E700 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49E700 is #B618FF. Grayscale: #9E9E9E. Windows color (decimal): -11933952 or 59209. OLE color: 59209.

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

Color convert

RGB 73 231 0 -
CMYK 0.68 0 1 0.09
HSL 101.04º 1% 0.45% -
HSV(B) 101.04º 1% 0.91% -
XYZ 31.32 58.57 9.65 -
YUV 157.42 39.15 67.78 -
System Red Green Blue C M Y K H S L
Decimal 73 231 0 0.68 0 1 0.09 101.04 1 0.45
Hex 49 E7 0 44 0 64 9 65 64 2D
Octal 111 347 0 104 0 144 11 145 144 55
Binary 1001001 11100111 0 1000100 0 1100100 1001 1100101 1100100 101101

Color Harmonies of #49E700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E700

Black with #49E700

Text Example


Text Example

White with #49E700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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