Html Css Color HEX #49E61F Harlequin

📋 copy color: '#49E61F'

red 73 ◦ green 230 ◦ blue 31

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

Shades of Harlequin #49E61F

Tints of Harlequin #49E61F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 68.86%

 BLUE value IS 31 (12.5% from 255) = 9.28%

R = 21.86%
G = 68.86%
B = 9.28%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#49E61F (or 0x49E61F) is known color: Harlequin. HEX triplet: 49, E6 and 1F. RGB value is (73,230,31). Sum of RGB (Red+Green+Blue) = 73+230+31=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 230 (90.23% from 255 or 68.86% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 230 - color contains mainly: green. Hex color #49E61F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49E61F is #B619E0. Grayscale: #A1A1A1. Windows color (decimal): -11934177 or 2090569. OLE color: 2090569.

HSL color Cylindrical-coordinate representation of color #49E61F: hue angle of 107.34º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49E61F is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB 73 230 31 -
CMYK 0.68 0 0.87 0.10
HSL 107.34º 0.8% 0.51% -
HSV(B) 107.34º 0.87% 0.9% -
XYZ 31.29 58.11 10.86 -
YUV 160.37 54.99 65.68 -
System Red Green Blue C M Y K H S L
Decimal 73 230 31 0.68 0 0.87 0.10 107.34 0.8 0.51
Hex 49 E6 1F 44 0 57 A 6B 50 33
Octal 111 346 37 104 0 127 12 153 120 63
Binary 1001001 11100110 11111 1000100 0 1010111 1010 1101011 1010000 110011

Color Harmonies of #49E61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E61F

Black with #49E61F

Text Example


Text Example

White with #49E61F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,230,31); }

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

background-color css

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

 a { background-color: rgb(73,230,31); }

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

border-color css

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

 span { border-color: rgb(73,230,31); }

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