Html Css Color HEX #49F207 Harlequin

📋 copy color: '#49F207'

red 73 ◦ green 242 ◦ blue 7

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

Shades of Harlequin #49F207

Tints of Harlequin #49F207

RGB

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

 GREEN value IS 242 (94.92% from 255) = 75.16%

 BLUE value IS 7 (3.13% from 255) = 2.17%

R = 22.67%
G = 75.16%
B = 2.17%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#49F207 (or 0x49F207) is known color: Harlequin. HEX triplet: 49, F2 and 07. RGB value is (73,242,7). Sum of RGB (Red+Green+Blue) = 73+242+7=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 242 (94.92% from 255 or 75.16% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 242 - color contains mainly: green. Hex color #49F207 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F207 is #B60DF8. Grayscale: #A5A5A5. Windows color (decimal): -11931129 or 520777. OLE color: 520777.

HSL color Cylindrical-coordinate representation of color #49F207: hue angle of 103.15º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49F207 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 242 7 -
CMYK 0.70 0 0.97 0.05
HSL 103.15º 0.94% 0.49% -
HSV(B) 103.15º 0.97% 0.95% -
XYZ 34.54 64.94 10.91 -
YUV 164.68 39.01 62.61 -
System Red Green Blue C M Y K H S L
Decimal 73 242 7 0.70 0 0.97 0.05 103.15 0.94 0.49
Hex 49 F2 7 46 0 61 5 67 5E 31
Octal 111 362 7 106 0 141 5 147 136 61
Binary 1001001 11110010 111 1000110 0 1100001 101 1100111 1011110 110001

Color Harmonies of #49F207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F207

Black with #49F207

Text Example


Text Example

White with #49F207

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,242,7); }

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

background-color css

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

 a { background-color: rgb(73,242,7); }

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

border-color css

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

 span { border-color: rgb(73,242,7); }

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