Html Css Color HEX #49ED20 Harlequin

📋 copy color: '#49ED20'

red 73 ◦ green 237 ◦ blue 32

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

Shades of Harlequin #49ED20

Tints of Harlequin #49ED20

RGB

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

 GREEN value IS 237 (92.97% from 255) = 69.3%

 BLUE value IS 32 (12.89% from 255) = 9.36%

R = 21.35%
G = 69.3%
B = 9.36%

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

#49ED20 (or 0x49ED20) is known color: Harlequin. HEX triplet: 49, ED and 20. RGB value is (73,237,32). Sum of RGB (Red+Green+Blue) = 73+237+32=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 237 (92.97% from 255 or 69.30% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49ED20 is #B612DF. Grayscale: #A5A5A5. Windows color (decimal): -11932384 or 2157897. OLE color: 2157897.

HSL color Cylindrical-coordinate representation of color #49ED20: hue angle of 108º degrees, saturation: 0.85, 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 #49ED20 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 237 32 -
CMYK 0.69 0 0.86 0.07
HSL 108º 0.85% 0.53% -
HSV(B) 108º 0.86% 0.93% -
XYZ 33.29 62.09 11.6 -
YUV 164.59 53.17 62.67 -
System Red Green Blue C M Y K H S L
Decimal 73 237 32 0.69 0 0.86 0.07 108 0.85 0.53
Hex 49 ED 20 45 0 56 7 6C 55 35
Octal 111 355 40 105 0 126 7 154 125 65
Binary 1001001 11101101 100000 1000101 0 1010110 111 1101100 1010101 110101

Color Harmonies of #49ED20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ED20

Black with #49ED20

Text Example


Text Example

White with #49ED20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,237,32); }

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

background-color css

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

 a { background-color: rgb(73,237,32); }

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

border-color css

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

 span { border-color: rgb(73,237,32); }

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