#49FC45

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

Shades of Screamin' Green #49FC45

Tints of Screamin' Green #49FC45

Color information

#49FC45 (or 0x49FC45) is unknown color: approx Screamin' Green. HEX triplet: 49, FC and 45. RGB value is (73,252,69). Sum of RGB (Red+Green+Blue) = 73+252+69=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 252 (98.83% from 255 or 63.96% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 252 - color contains mainly: green. Hex color #49FC45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FC45 is #B603BA. Grayscale: #B2B2B2. Windows color (decimal): -11928507 or 4586569. OLE color: 4586569.

HSL color Cylindrical-coordinate representation of color #49FC45: hue angle of 118.69º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49FC45 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB7325269-
CMYK0.7100.730.01
HSL118.69º96.83%62.94%-
HSV(B)118.69º72.62%98.82%-
XYZ38.6371.4717.39-
YUV177.6266.753.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.53%
GREEN value IS 252 (98.83% from 255) = 63.96%
BLUE value IS 69 (27.34% from 255) = 17.51%
R=18.53%
G=63.96%
B=17.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal73252690.7100.730.01118.6996.8362.94
Hex49FC4547049177613f
Octal1113741051070111116714177
Binary1001001111111001000101100011101001001111101111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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