Html Css Color HEX #49F120 Harlequin

📋 copy color: '#49F120'

red 73 ◦ green 241 ◦ blue 32

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

Shades of Harlequin #49F120

Tints of Harlequin #49F120

RGB

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

 GREEN value IS 241 (94.53% from 255) = 69.65%

 BLUE value IS 32 (12.89% from 255) = 9.25%

R = 21.1%
G = 69.65%
B = 9.25%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#49F120 (or 0x49F120) is known color: Harlequin. HEX triplet: 49, F1 and 20. RGB value is (73,241,32). Sum of RGB (Red+Green+Blue) = 73+241+32=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 241 (94.53% from 255 or 69.65% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 241 - color contains mainly: green. Hex color #49F120 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F120 is #B60EDF. Grayscale: #A7A7A7. Windows color (decimal): -11931360 or 2158921. OLE color: 2158921.

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

Color convert

RGB 73 241 32 -
CMYK 0.70 0 0.87 0.05
HSL 108.23º 0.88% 0.54% -
HSV(B) 108.23º 0.87% 0.95% -
XYZ 34.46 64.43 11.99 -
YUV 166.94 51.84 60.99 -
System Red Green Blue C M Y K H S L
Decimal 73 241 32 0.70 0 0.87 0.05 108.23 0.88 0.54
Hex 49 F1 20 46 0 57 5 6C 58 36
Octal 111 361 40 106 0 127 5 154 130 66
Binary 1001001 11110001 100000 1000110 0 1010111 101 1101100 1011000 110110

Color Harmonies of #49F120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F120

Black with #49F120

Text Example


Text Example

White with #49F120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,241,32); }

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

background-color css

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

 a { background-color: rgb(73,241,32); }

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

border-color css

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

 span { border-color: rgb(73,241,32); }

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