#49FB8B

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

Shades of Emerald #49FB8B

Tints of Emerald #49FB8B

Color information

#49FB8B (or 0x49FB8B) is unknown color: approx Emerald. HEX triplet: 49, FB and 8B. RGB value is (73,251,139). Sum of RGB (Red+Green+Blue) = 73+251+139=463 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.77% from 463); Green value is 251 (98.44% from 255 or 54.21% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 251 - color contains mainly: green. Hex color #49FB8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FB8B is #B60474. Grayscale: #B9B9B9. Windows color (decimal): -11928693 or 9173833. OLE color: 9173833.

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

Color convert

RGB73251139-
CMYK0.7100.450.02
HSL142.25º95.7%63.53%-
HSV(B)142.25º70.92%98.43%-
XYZ41.9172.2736.17-
YUV185.01102.0348.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.77%
GREEN value IS 251 (98.44% from 255) = 54.21%
BLUE value IS 139 (54.69% from 255) = 30.02%
R=15.77%
G=54.21%
B=30.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal732511390.7100.450.02142.2595.763.53
Hex49FB8B4702D28e6040
Octal1113732131070552216140100
Binary1001001111110111000101110001110101101101000111011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,251,139); }

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

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

 a { background-color: rgb(73,251,139); }

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

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

 span { border-color: rgb(73,251,139); }

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