Html Css Color HEX #49EE22 Harlequin

📋 copy color: '#49EE22'

red 73 ◦ green 238 ◦ blue 34

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

Shades of Harlequin #49EE22

Tints of Harlequin #49EE22

RGB

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

 GREEN value IS 238 (93.36% from 255) = 68.99%

 BLUE value IS 34 (13.67% from 255) = 9.86%

R = 21.16%
G = 68.99%
B = 9.86%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#49EE22 (or 0x49EE22) is known color: Harlequin. HEX triplet: 49, EE and 22. RGB value is (73,238,34). Sum of RGB (Red+Green+Blue) = 73+238+34=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 238 (93.36% from 255 or 68.99% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 238 - color contains mainly: green. Hex color #49EE22 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EE22 is #B611DD. Grayscale: #A6A6A6. Windows color (decimal): -11932126 or 2289225. OLE color: 2289225.

HSL color Cylindrical-coordinate representation of color #49EE22: hue angle of 108.53º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49EE22 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 238 34 -
CMYK 0.69 0 0.86 0.07
HSL 108.53º 0.86% 0.53% -
HSV(B) 108.53º 0.86% 0.93% -
XYZ 33.61 62.68 11.84 -
YUV 165.41 53.84 62.09 -
System Red Green Blue C M Y K H S L
Decimal 73 238 34 0.69 0 0.86 0.07 108.53 0.86 0.53
Hex 49 EE 22 45 0 56 7 6D 56 35
Octal 111 356 42 105 0 126 7 155 126 65
Binary 1001001 11101110 100010 1000101 0 1010110 111 1101101 1010110 110101

Color Harmonies of #49EE22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EE22

Black with #49EE22

Text Example


Text Example

White with #49EE22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,238,34); }

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

background-color css

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

 a { background-color: rgb(73,238,34); }

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

border-color css

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

 span { border-color: rgb(73,238,34); }

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