Html Css Color HEX #49E510 Harlequin

📋 copy color: '#49E510'

red 73 ◦ green 229 ◦ blue 16

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

Shades of Harlequin #49E510

Tints of Harlequin #49E510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.03%

R = 22.96%
G = 72.01%
B = 5.03%

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

#49E510 (or 0x49E510) is known color: Harlequin. HEX triplet: 49, E5 and 10. RGB value is (73,229,16). Sum of RGB (Red+Green+Blue) = 73+229+16=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 229 (89.84% from 255 or 72.01% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 229 - color contains mainly: green. Hex color #49E510 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E510 is #B61AEF. Grayscale: #9E9E9E. Windows color (decimal): -11934448 or 1107273. OLE color: 1107273.

HSL color Cylindrical-coordinate representation of color #49E510: hue angle of 103.94º degrees, saturation: 0.87, 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 #49E510 is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 73 229 16 -
CMYK 0.68 0 0.93 0.10
HSL 103.94º 0.87% 0.48% -
HSV(B) 103.94º 0.93% 0.9% -
XYZ 30.86 57.49 9.96 -
YUV 158.07 47.82 67.32 -
System Red Green Blue C M Y K H S L
Decimal 73 229 16 0.68 0 0.93 0.10 103.94 0.87 0.48
Hex 49 E5 10 44 0 5D A 68 57 30
Octal 111 345 20 104 0 135 12 150 127 60
Binary 1001001 11100101 10000 1000100 0 1011101 1010 1101000 1010111 110000

Color Harmonies of #49E510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E510

Black with #49E510

Text Example


Text Example

White with #49E510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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