Html Css Color HEX #49E210 Harlequin

📋 copy color: '#49E210'

red 73 ◦ green 226 ◦ blue 16

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

Shades of Harlequin #49E210

Tints of Harlequin #49E210

RGB

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

 GREEN value IS 226 (88.67% from 255) = 71.75%

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

R = 23.17%
G = 71.75%
B = 5.08%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#49E210 (or 0x49E210) is known color: Harlequin. HEX triplet: 49, E2 and 10. RGB value is (73,226,16). Sum of RGB (Red+Green+Blue) = 73+226+16=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 226 (88.67% from 255 or 71.75% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 226 - color contains mainly: green. Hex color #49E210 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E210 is #B61DEF. Grayscale: #9D9D9D. Windows color (decimal): -11935216 or 1106505. OLE color: 1106505.

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

Color convert

RGB 73 226 16 -
CMYK 0.68 0 0.93 0.11
HSL 103.71º 0.87% 0.47% -
HSV(B) 103.71º 0.93% 0.89% -
XYZ 30.04 55.85 9.69 -
YUV 156.31 48.81 68.58 -
System Red Green Blue C M Y K H S L
Decimal 73 226 16 0.68 0 0.93 0.11 103.71 0.87 0.47
Hex 49 E2 10 44 0 5D B 68 57 2F
Octal 111 342 20 104 0 135 13 150 127 57
Binary 1001001 11100010 10000 1000100 0 1011101 1011 1101000 1010111 101111

Color Harmonies of #49E210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E210

Black with #49E210

Text Example


Text Example

White with #49E210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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