Html Css Color HEX #49F021 Harlequin

📋 copy color: '#49F021'

red 73 ◦ green 240 ◦ blue 33

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

Shades of Harlequin #49F021

Tints of Harlequin #49F021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.54%

R = 21.1%
G = 69.36%
B = 9.54%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#49F021 (or 0x49F021) is known color: Harlequin. HEX triplet: 49, F0 and 21. RGB value is (73,240,33). Sum of RGB (Red+Green+Blue) = 73+240+33=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 240 (94.14% from 255 or 69.36% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 240 - color contains mainly: green. Hex color #49F021 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F021 is #B60FDE. Grayscale: #A7A7A7. Windows color (decimal): -11931615 or 2224201. OLE color: 2224201.

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

Color convert

RGB 73 240 33 -
CMYK 0.70 0 0.86 0.06
HSL 108.41º 0.87% 0.54% -
HSV(B) 108.41º 0.86% 0.94% -
XYZ 34.18 63.85 11.96 -
YUV 166.47 52.67 61.33 -
System Red Green Blue C M Y K H S L
Decimal 73 240 33 0.70 0 0.86 0.06 108.41 0.87 0.54
Hex 49 F0 21 46 0 56 6 6C 57 36
Octal 111 360 41 106 0 126 6 154 127 66
Binary 1001001 11110000 100001 1000110 0 1010110 110 1101100 1010111 110110

Color Harmonies of #49F021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F021

Black with #49F021

Text Example


Text Example

White with #49F021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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