#49FA98

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

Shades of Shamrock #49FA98

Tints of Shamrock #49FA98

Color information

#49FA98 (or 0x49FA98) is unknown color: approx Shamrock. HEX triplet: 49, FA and 98. RGB value is (73,250,152). Sum of RGB (Red+Green+Blue) = 73+250+152=475 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.37% from 475); Green value is 250 (98.05% from 255 or 52.63% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 250 - color contains mainly: green. Hex color #49FA98 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FA98 is #B60567. Grayscale: #BABABA. Windows color (decimal): -11928936 or 10025545. OLE color: 10025545.

HSL color Cylindrical-coordinate representation of color #49FA98: hue angle of 146.78º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FA98 is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB73250152-
CMYK0.7100.390.02
HSL146.78º94.65%63.33%-
HSV(B)146.78º70.8%98.04%-
XYZ42.672.0541.37-
YUV185.9108.8647.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.37%
GREEN value IS 250 (98.05% from 255) = 52.63%
BLUE value IS 152 (59.77% from 255) = 32%
R=15.37%
G=52.63%
B=32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal732501520.7100.390.02146.7894.6563.33
Hex49FA98470272935f3f
Octal111372230107047222313777
Binary100100111111010100110001000111010011110100100111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,250,152); }

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

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

 a { background-color: rgb(73,250,152); }

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

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

 span { border-color: rgb(73,250,152); }

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