Html Css Color HEX #49EC06 Harlequin

📋 copy color: '#49EC06'

red 73 ◦ green 236 ◦ blue 6

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

Shades of Harlequin #49EC06

Tints of Harlequin #49EC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.9%

R = 23.17%
G = 74.92%
B = 1.9%

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

#49EC06 (or 0x49EC06) is known color: Harlequin. HEX triplet: 49, EC and 06. RGB value is (73,236,6). Sum of RGB (Red+Green+Blue) = 73+236+6=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 236 (92.58% from 255 or 74.92% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49EC06 is #B613F9. Grayscale: #A1A1A1. Windows color (decimal): -11932666 or 453705. OLE color: 453705.

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

Color convert

RGB 73 236 6 -
CMYK 0.69 0 0.97 0.07
HSL 102.52º 0.95% 0.47% -
HSV(B) 102.52º 0.97% 0.93% -
XYZ 32.78 61.42 10.3 -
YUV 161.04 40.5 65.2 -
System Red Green Blue C M Y K H S L
Decimal 73 236 6 0.69 0 0.97 0.07 102.52 0.95 0.47
Hex 49 EC 6 45 0 61 7 67 5F 2F
Octal 111 354 6 105 0 141 7 147 137 57
Binary 1001001 11101100 110 1000101 0 1100001 111 1100111 1011111 101111

Color Harmonies of #49EC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EC06

Black with #49EC06

Text Example


Text Example

White with #49EC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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