#49FF76

Color #49FF76 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #49FF76

Tints of Screamin' Green #49FF76

Color information

#49FF76 (or 0x49FF76) is unknown color: approx Screamin' Green. HEX triplet: 49, FF and 76. RGB value is (73,255,118). Sum of RGB (Red+Green+Blue) = 73+255+118=446 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.37% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49FF76 is #B60089. Grayscale: #B9B9B9. Windows color (decimal): -11927690 or 7798601. OLE color: 7798601.

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

Color convert

RGB73255118-
CMYK0.7100.540
HSL134.84º100%64.31%-
HSV(B)134.84º71.37%100%-
XYZ41.7874.2429.27-
YUV184.9690.248.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.37%
GREEN value IS 255 (100% from 255) = 57.17%
BLUE value IS 118 (46.48% from 255) = 26.46%
R=16.37%
G=57.17%
B=26.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal732551180.7100.540134.8410064.31
Hex49FF76470360876440
Octal1113771661070660207144100
Binary10010011111111111101101000111011011001000011111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,255,118); }

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

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

 a { background-color: rgb(73,255,118); }

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

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

 span { border-color: rgb(73,255,118); }

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