Html Css Color HEX #49F301 Harlequin

📋 copy color: '#49F301'

red 73 ◦ green 243 ◦ blue 1

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

Shades of Harlequin #49F301

Tints of Harlequin #49F301

RGB

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

 GREEN value IS 243 (95.31% from 255) = 76.66%

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

R = 23.03%
G = 76.66%
B = 0.32%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#49F301 (or 0x49F301) is known color: Harlequin. HEX triplet: 49, F3 and 01. RGB value is (73,243,1). Sum of RGB (Red+Green+Blue) = 73+243+1=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 243 (95.31% from 255 or 76.66% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 243 - color contains mainly: green. Hex color #49F301 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F301 is #B60CFE. Grayscale: #A5A5A5. Windows color (decimal): -11930879 or 127817. OLE color: 127817.

HSL color Cylindrical-coordinate representation of color #49F301: hue angle of 102.15º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49F301 is Cyan = 0.70, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 243 1 -
CMYK 0.70 0 1.00 0.05
HSL 102.15º 0.99% 0.48% -
HSV(B) 102.15º 1% 0.95% -
XYZ 34.8 65.52 10.84 -
YUV 164.58 35.68 62.68 -
System Red Green Blue C M Y K H S L
Decimal 73 243 1 0.70 0 1.00 0.05 102.15 0.99 0.48
Hex 49 F3 1 46 0 64 5 66 63 30
Octal 111 363 1 106 0 144 5 146 143 60
Binary 1001001 11110011 1 1000110 0 1100100 101 1100110 1100011 110000

Color Harmonies of #49F301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F301

Black with #49F301

Text Example


Text Example

White with #49F301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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