Html Css Color HEX #49EC07 Harlequin

📋 copy color: '#49EC07'

red 73 ◦ green 236 ◦ blue 7

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

Shades of Harlequin #49EC07

Tints of Harlequin #49EC07

RGB

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

 GREEN value IS 236 (92.58% from 255) = 74.68%

 BLUE value IS 7 (3.13% from 255) = 2.22%

R = 23.1%
G = 74.68%
B = 2.22%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#49EC07 (or 0x49EC07) is known color: Harlequin. HEX triplet: 49, EC and 07. RGB value is (73,236,7). Sum of RGB (Red+Green+Blue) = 73+236+7=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 236 (92.58% from 255 or 74.68% from 316); Blue value is 7 (3.12% from 255 or 2.22% from 316); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49EC07 is #B613F8. Grayscale: #A1A1A1. Windows color (decimal): -11932665 or 519241. OLE color: 519241.

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

Color convert

RGB 73 236 7 -
CMYK 0.69 0 0.97 0.07
HSL 102.71º 0.94% 0.48% -
HSV(B) 102.71º 0.97% 0.93% -
XYZ 32.78 61.42 10.33 -
YUV 161.16 41 65.12 -
System Red Green Blue C M Y K H S L
Decimal 73 236 7 0.69 0 0.97 0.07 102.71 0.94 0.48
Hex 49 EC 7 45 0 61 7 67 5E 30
Octal 111 354 7 105 0 141 7 147 136 60
Binary 1001001 11101100 111 1000101 0 1100001 111 1100111 1011110 110000

Color Harmonies of #49EC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EC07

Black with #49EC07

Text Example


Text Example

White with #49EC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,236,7); }

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

background-color css

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

 a { background-color: rgb(73,236,7); }

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

border-color css

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

 span { border-color: rgb(73,236,7); }

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