Html Css Color HEX #49F221 Harlequin

📋 copy color: '#49F221'

red 73 ◦ green 242 ◦ blue 33

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

Shades of Harlequin #49F221

Tints of Harlequin #49F221

RGB

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

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

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

R = 20.98%
G = 69.54%
B = 9.48%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#49F221 (or 0x49F221) is known color: Harlequin. HEX triplet: 49, F2 and 21. RGB value is (73,242,33). Sum of RGB (Red+Green+Blue) = 73+242+33=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 242 (94.92% from 255 or 69.54% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 242 - color contains mainly: green. Hex color #49F221 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F221 is #B60DDE. Grayscale: #A8A8A8. Windows color (decimal): -11931103 or 2224713. OLE color: 2224713.

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

Color convert

RGB 73 242 33 -
CMYK 0.70 0 0.86 0.05
HSL 108.52º 0.89% 0.54% -
HSV(B) 108.52º 0.86% 0.95% -
XYZ 34.77 65.03 12.16 -
YUV 167.64 52.01 60.49 -
System Red Green Blue C M Y K H S L
Decimal 73 242 33 0.70 0 0.86 0.05 108.52 0.89 0.54
Hex 49 F2 21 46 0 56 5 6D 59 36
Octal 111 362 41 106 0 126 5 155 131 66
Binary 1001001 11110010 100001 1000110 0 1010110 101 1101101 1011001 110110

Color Harmonies of #49F221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F221

Black with #49F221

Text Example


Text Example

White with #49F221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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