Html Css Color HEX #49F20E Harlequin

📋 copy color: '#49F20E'

red 73 ◦ green 242 ◦ blue 14

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

Shades of Harlequin #49F20E

Tints of Harlequin #49F20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.26%

R = 22.19%
G = 73.56%
B = 4.26%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#49F20E (or 0x49F20E) is known color: Harlequin. HEX triplet: 49, F2 and 0E. RGB value is (73,242,14). Sum of RGB (Red+Green+Blue) = 73+242+14=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 242 (94.92% from 255 or 73.56% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 242 - color contains mainly: green. Hex color #49F20E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F20E is #B60DF1. Grayscale: #A6A6A6. Windows color (decimal): -11931122 or 979529. OLE color: 979529.

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

Color convert

RGB 73 242 14 -
CMYK 0.70 0 0.94 0.05
HSL 104.47º 0.9% 0.5% -
HSV(B) 104.47º 0.94% 0.95% -
XYZ 34.58 64.95 11.13 -
YUV 165.48 42.51 62.04 -
System Red Green Blue C M Y K H S L
Decimal 73 242 14 0.70 0 0.94 0.05 104.47 0.9 0.5
Hex 49 F2 E 46 0 5E 5 68 5A 32
Octal 111 362 16 106 0 136 5 150 132 62
Binary 1001001 11110010 1110 1000110 0 1011110 101 1101000 1011010 110010

Color Harmonies of #49F20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F20E

Black with #49F20E

Text Example


Text Example

White with #49F20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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