Html Css Color HEX #49F013 Harlequin

📋 copy color: '#49F013'

red 73 ◦ green 240 ◦ blue 19

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

Shades of Harlequin #49F013

Tints of Harlequin #49F013

RGB

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

 GREEN value IS 240 (94.14% from 255) = 72.29%

 BLUE value IS 19 (7.81% from 255) = 5.72%

R = 21.99%
G = 72.29%
B = 5.72%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#49F013 (or 0x49F013) is known color: Harlequin. HEX triplet: 49, F0 and 13. RGB value is (73,240,19). Sum of RGB (Red+Green+Blue) = 73+240+19=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 240 (94.14% from 255 or 72.29% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 240 - color contains mainly: green. Hex color #49F013 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F013 is #B60FEC. Grayscale: #A5A5A5. Windows color (decimal): -11931629 or 1306697. OLE color: 1306697.

HSL color Cylindrical-coordinate representation of color #49F013: hue angle of 105.34º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49F013 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 240 19 -
CMYK 0.70 0 0.92 0.06
HSL 105.34º 0.88% 0.51% -
HSV(B) 105.34º 0.92% 0.94% -
XYZ 34.03 63.78 11.13 -
YUV 164.87 45.67 62.47 -
System Red Green Blue C M Y K H S L
Decimal 73 240 19 0.70 0 0.92 0.06 105.34 0.88 0.51
Hex 49 F0 13 46 0 5C 6 69 58 33
Octal 111 360 23 106 0 134 6 151 130 63
Binary 1001001 11110000 10011 1000110 0 1011100 110 1101001 1011000 110011

Color Harmonies of #49F013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F013

Black with #49F013

Text Example


Text Example

White with #49F013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,240,19); }

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

background-color css

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

 a { background-color: rgb(73,240,19); }

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

border-color css

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

 span { border-color: rgb(73,240,19); }

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