Html Css Color HEX #49F122 Harlequin

📋 copy color: '#49F122'

red 73 ◦ green 241 ◦ blue 34

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

Shades of Harlequin #49F122

Tints of Harlequin #49F122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.77%

R = 20.98%
G = 69.25%
B = 9.77%

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

#49F122 (or 0x49F122) is known color: Harlequin. HEX triplet: 49, F1 and 22. RGB value is (73,241,34). Sum of RGB (Red+Green+Blue) = 73+241+34=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 241 (94.53% from 255 or 69.25% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 241 - color contains mainly: green. Hex color #49F122 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F122 is #B60EDD. Grayscale: #A7A7A7. Windows color (decimal): -11931358 or 2289993. OLE color: 2289993.

HSL color Cylindrical-coordinate representation of color #49F122: hue angle of 108.7º degrees, saturation: 0.88, 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 #49F122 is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 241 34 -
CMYK 0.70 0 0.86 0.05
HSL 108.7º 0.88% 0.54% -
HSV(B) 108.7º 0.86% 0.95% -
XYZ 34.49 64.44 12.13 -
YUV 167.17 52.84 60.83 -
System Red Green Blue C M Y K H S L
Decimal 73 241 34 0.70 0 0.86 0.05 108.7 0.88 0.54
Hex 49 F1 22 46 0 56 5 6D 58 36
Octal 111 361 42 106 0 126 5 155 130 66
Binary 1001001 11110001 100010 1000110 0 1010110 101 1101101 1011000 110110

Color Harmonies of #49F122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F122

Black with #49F122

Text Example


Text Example

White with #49F122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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