Html Css Color HEX #49F296 Shamrock

📋 copy color: '#49F296'

red 73 ◦ green 242 ◦ blue 150

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

Shades of Shamrock #49F296

Tints of Shamrock #49F296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.26%

R = 15.7%
G = 52.04%
B = 32.26%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#49F296 (or 0x49F296) is known color: Shamrock. HEX triplet: 49, F2 and 96. RGB value is (73,242,150). Sum of RGB (Red+Green+Blue) = 73+242+150=465 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.70% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #49F296 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F296 is #B60D69. Grayscale: #B5B5B5. Windows color (decimal): -11930986 or 9892425. OLE color: 9892425.

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

Color convert

RGB 73 242 150 -
CMYK 0.70 0 0.38 0.05
HSL 147.34º 0.87% 0.62% -
HSV(B) 147.34º 0.7% 0.95% -
XYZ 40 67.12 39.7 -
YUV 180.98 110.51 50.98 -
System Red Green Blue C M Y K H S L
Decimal 73 242 150 0.70 0 0.38 0.05 147.34 0.87 0.62
Hex 49 F2 96 46 0 26 5 93 57 3E
Octal 111 362 226 106 0 46 5 223 127 76
Binary 1001001 11110010 10010110 1000110 0 100110 101 10010011 1010111 111110

Color Harmonies of #49F296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F296

Black with #49F296

Text Example


Text Example

White with #49F296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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