Html Css Color HEX #49ED01 Harlequin

📋 copy color: '#49ED01'

red 73 ◦ green 237 ◦ blue 1

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

Shades of Harlequin #49ED01

Tints of Harlequin #49ED01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 23.47%
G = 76.21%
B = 0.32%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#49ED01 (or 0x49ED01) is known color: Harlequin. HEX triplet: 49, ED and 01. RGB value is (73,237,1). Sum of RGB (Red+Green+Blue) = 73+237+1=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 237 (92.97% from 255 or 76.21% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49ED01 is #B612FE. Grayscale: #A1A1A1. Windows color (decimal): -11932415 or 126281. OLE color: 126281.

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

Color convert

RGB 73 237 1 -
CMYK 0.69 0 1.00 0.07
HSL 101.69º 0.99% 0.47% -
HSV(B) 101.69º 1% 0.93% -
XYZ 33.04 61.99 10.25 -
YUV 161.06 37.67 65.19 -
System Red Green Blue C M Y K H S L
Decimal 73 237 1 0.69 0 1.00 0.07 101.69 0.99 0.47
Hex 49 ED 1 45 0 64 7 66 63 2F
Octal 111 355 1 105 0 144 7 146 143 57
Binary 1001001 11101101 1 1000101 0 1100100 111 1100110 1100011 101111

Color Harmonies of #49ED01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ED01

Black with #49ED01

Text Example


Text Example

White with #49ED01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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