#49FC95

Color #49FC95 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #49FC95

Tints of Shamrock #49FC95

Color information

#49FC95 (or 0x49FC95) is unknown color: approx Shamrock. HEX triplet: 49, FC and 95. RGB value is (73,252,149). Sum of RGB (Red+Green+Blue) = 73+252+149=474 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.40% from 474); Green value is 252 (98.83% from 255 or 53.16% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 252 - color contains mainly: green. Hex color #49FC95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FC95 is #B6036A. Grayscale: #BABABA. Windows color (decimal): -11928427 or 9829449. OLE color: 9829449.

HSL color Cylindrical-coordinate representation of color #49FC95: hue angle of 145.47º 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 #49FC95 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB73252149-
CMYK0.7100.410.01
HSL145.47º96.76%63.73%-
HSV(B)145.47º71.03%98.82%-
XYZ42.9873.2140.3-
YUV186.74106.746.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.40%
GREEN value IS 252 (98.83% from 255) = 53.16%
BLUE value IS 149 (58.59% from 255) = 31.43%
R=15.40%
G=53.16%
B=31.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal732521490.7100.410.01145.4796.7663.73
Hex49FC95470291916140
Octal1113742251070511221141100
Binary100100111111100100101011000111010100111001000111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49FC95;
 }
 .AnyTagClassName
 {
   color: #49FC95;
 }
</style>
background-color css

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

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

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

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

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

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