Html Css Color HEX #49F295 Shamrock

📋 copy color: '#49F295'

red 73 ◦ green 242 ◦ blue 149

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

Shades of Shamrock #49F295

Tints of Shamrock #49F295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.11%

R = 15.73%
G = 52.16%
B = 32.11%

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

#49F295 (or 0x49F295) is known color: Shamrock. HEX triplet: 49, F2 and 95. RGB value is (73,242,149). Sum of RGB (Red+Green+Blue) = 73+242+149=464 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.73% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #49F295 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F295 is #B60D6A. Grayscale: #B5B5B5. Windows color (decimal): -11930987 or 9826889. OLE color: 9826889.

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

Color convert

RGB 73 242 149 -
CMYK 0.70 0 0.38 0.05
HSL 146.98º 0.87% 0.62% -
HSV(B) 146.98º 0.7% 0.95% -
XYZ 39.92 67.09 39.28 -
YUV 180.87 110.01 51.06 -
System Red Green Blue C M Y K H S L
Decimal 73 242 149 0.70 0 0.38 0.05 146.98 0.87 0.62
Hex 49 F2 95 46 0 26 5 93 57 3E
Octal 111 362 225 106 0 46 5 223 127 76
Binary 1001001 11110010 10010101 1000110 0 100110 101 10010011 1010111 111110

Color Harmonies of #49F295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F295

Black with #49F295

Text Example


Text Example

White with #49F295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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