Html Css Color HEX #49E71A Harlequin

📋 copy color: '#49E71A'

red 73 ◦ green 231 ◦ blue 26

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

Shades of Harlequin #49E71A

Tints of Harlequin #49E71A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.88%

R = 22.12%
G = 70%
B = 7.88%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#49E71A (or 0x49E71A) is known color: Harlequin. HEX triplet: 49, E7 and 1A. RGB value is (73,231,26). Sum of RGB (Red+Green+Blue) = 73+231+26=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 231 (90.62% from 255 or 70% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 231 - color contains mainly: green. Hex color #49E71A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49E71A is #B618E5. Grayscale: #A1A1A1. Windows color (decimal): -11933926 or 1763145. OLE color: 1763145.

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

Color convert

RGB 73 231 26 -
CMYK 0.68 0 0.89 0.09
HSL 106.24º 0.81% 0.5% -
HSV(B) 106.24º 0.89% 0.91% -
XYZ 31.51 58.64 10.64 -
YUV 160.39 52.15 65.67 -
System Red Green Blue C M Y K H S L
Decimal 73 231 26 0.68 0 0.89 0.09 106.24 0.81 0.5
Hex 49 E7 1A 44 0 59 9 6A 51 32
Octal 111 347 32 104 0 131 11 152 121 62
Binary 1001001 11100111 11010 1000100 0 1011001 1001 1101010 1010001 110010

Color Harmonies of #49E71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E71A

Black with #49E71A

Text Example


Text Example

White with #49E71A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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