Html Css Color HEX #49EC0F Harlequin

📋 copy color: '#49EC0F'

red 73 ◦ green 236 ◦ blue 15

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

Shades of Harlequin #49EC0F

Tints of Harlequin #49EC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.63%

R = 22.53%
G = 72.84%
B = 4.63%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#49EC0F (or 0x49EC0F) is known color: Harlequin. HEX triplet: 49, EC and 0F. RGB value is (73,236,15). Sum of RGB (Red+Green+Blue) = 73+236+15=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 236 (92.58% from 255 or 72.84% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49EC0F is #B613F0. Grayscale: #A2A2A2. Windows color (decimal): -11932657 or 1043529. OLE color: 1043529.

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

Color convert

RGB 73 236 15 -
CMYK 0.69 0 0.94 0.07
HSL 104.25º 0.88% 0.49% -
HSV(B) 104.25º 0.94% 0.93% -
XYZ 32.83 61.44 10.58 -
YUV 162.07 45 64.47 -
System Red Green Blue C M Y K H S L
Decimal 73 236 15 0.69 0 0.94 0.07 104.25 0.88 0.49
Hex 49 EC F 45 0 5E 7 68 58 31
Octal 111 354 17 105 0 136 7 150 130 61
Binary 1001001 11101100 1111 1000101 0 1011110 111 1101000 1011000 110001

Color Harmonies of #49EC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EC0F

Black with #49EC0F

Text Example


Text Example

White with #49EC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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