#49F54C

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

Shades of Screamin' Green #49F54C

Tints of Screamin' Green #49F54C

Color information

#49F54C (or 0x49F54C) is unknown color: approx Screamin' Green. HEX triplet: 49, F5 and 4C. RGB value is (73,245,76). Sum of RGB (Red+Green+Blue) = 73+245+76=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 245 (96.09% from 255 or 62.18% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 245 - color contains mainly: green. Hex color #49F54C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F54C is #B60AB3. Grayscale: #AEAEAE. Windows color (decimal): -11930292 or 5043529. OLE color: 5043529.

HSL color Cylindrical-coordinate representation of color #49F54C: hue angle of 121.05º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F54C is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB7324576-
CMYK0.7000.690.04
HSL121.05º89.58%62.35%-
HSV(B)121.05º70.2%96.08%-
XYZ36.767.2417.88-
YUV174.3172.5255.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.53%
GREEN value IS 245 (96.09% from 255) = 62.18%
BLUE value IS 76 (30.08% from 255) = 19.29%
R=18.53%
G=62.18%
B=19.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal73245760.7000.690.04121.0589.5862.35
Hex49F54C460454795a3e
Octal1113651141060105417113276
Binary100100111110101100110010001100100010110011110011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,245,76); }

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

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

 a { background-color: rgb(73,245,76); }

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

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

 span { border-color: rgb(73,245,76); }

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