Html Css Color HEX #49F605 Harlequin

📋 copy color: '#49F605'

red 73 ◦ green 246 ◦ blue 5

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

Shades of Harlequin #49F605

Tints of Harlequin #49F605

RGB

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

 GREEN value IS 246 (96.48% from 255) = 75.93%

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 22.53%
G = 75.93%
B = 1.54%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#49F605 (or 0x49F605) is known color: Harlequin. HEX triplet: 49, F6 and 05. RGB value is (73,246,5). Sum of RGB (Red+Green+Blue) = 73+246+5=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 246 (96.48% from 255 or 75.93% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 246 - color contains mainly: green. Hex color #49F605 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F605 is #B609FA. Grayscale: #A7A7A7. Windows color (decimal): -11930107 or 390729. OLE color: 390729.

HSL color Cylindrical-coordinate representation of color #49F605: hue angle of 103.07º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49F605 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 73 246 5 -
CMYK 0.70 0 0.98 0.04
HSL 103.07º 0.96% 0.49% -
HSV(B) 103.07º 0.98% 0.96% -
XYZ 35.73 67.34 11.26 -
YUV 166.8 36.69 61.1 -
System Red Green Blue C M Y K H S L
Decimal 73 246 5 0.70 0 0.98 0.04 103.07 0.96 0.49
Hex 49 F6 5 46 0 62 4 67 60 31
Octal 111 366 5 106 0 142 4 147 140 61
Binary 1001001 11110110 101 1000110 0 1100010 100 1100111 1100000 110001

Color Harmonies of #49F605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F605

Black with #49F605

Text Example


Text Example

White with #49F605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,246,5); }

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

background-color css

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

 a { background-color: rgb(73,246,5); }

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

border-color css

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

 span { border-color: rgb(73,246,5); }

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