Html Css Color HEX #49FC91 Shamrock

📋 copy color: '#49FC91'

red 73 ◦ green 252 ◦ blue 145

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

Shades of Shamrock #49FC91

Tints of Shamrock #49FC91

RGB

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

 GREEN value IS 252 (98.83% from 255) = 53.62%

 BLUE value IS 145 (57.03% from 255) = 30.85%

R = 15.53%
G = 53.62%
B = 30.85%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#49FC91 (or 0x49FC91) is known color: Shamrock. HEX triplet: 49, FC and 91. RGB value is (73,252,145). Sum of RGB (Red+Green+Blue) = 73+252+145=470 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.53% from 470); Green value is 252 (98.83% from 255 or 53.62% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 252 - color contains mainly: green. Hex color #49FC91 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FC91 is #B6036E. Grayscale: #BABABA. Windows color (decimal): -11928431 or 9567305. OLE color: 9567305.

HSL color Cylindrical-coordinate representation of color #49FC91: hue angle of 144.13º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FC91 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 252 145 -
CMYK 0.71 0 0.42 0.01
HSL 144.13º 0.97% 0.64% -
HSV(B) 144.13º 0.71% 0.99% -
XYZ 42.67 73.08 38.65 -
YUV 186.28 104.7 47.2 -
System Red Green Blue C M Y K H S L
Decimal 73 252 145 0.71 0 0.42 0.01 144.13 0.97 0.64
Hex 49 FC 91 47 0 2A 1 90 61 40
Octal 111 374 221 107 0 52 1 220 141 100
Binary 1001001 11111100 10010001 1000111 0 101010 1 10010000 1100001 1000000

Color Harmonies of #49FC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FC91

Black with #49FC91

Text Example


Text Example

White with #49FC91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,252,145); }

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

background-color css

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

 a { background-color: rgb(73,252,145); }

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

border-color css

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

 span { border-color: rgb(73,252,145); }

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