#49FC96

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

Shades of Shamrock #49FC96

Tints of Shamrock #49FC96

Color information

#49FC96 (or 0x49FC96) is unknown color: approx Shamrock. HEX triplet: 49, FC and 96. RGB value is (73,252,150). Sum of RGB (Red+Green+Blue) = 73+252+150=475 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.37% from 475); Green value is 252 (98.83% from 255 or 53.05% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 252 - color contains mainly: green. Hex color #49FC96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FC96 is #B60369. Grayscale: #BBBBBB. Windows color (decimal): -11928426 or 9894985. OLE color: 9894985.

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

Color convert

RGB73252150-
CMYK0.7100.400.01
HSL145.81º96.76%63.73%-
HSV(B)145.81º71.03%98.82%-
XYZ43.0673.2440.72-
YUV186.85107.246.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.37%
GREEN value IS 252 (98.83% from 255) = 53.05%
BLUE value IS 150 (58.98% from 255) = 31.58%
R=15.37%
G=53.05%
B=31.58%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal732521500.7100.400.01145.8196.7663.73
Hex49FC96470281926140
Octal1113742261070501222141100
Binary100100111111100100101101000111010100011001001011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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