#49E560

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

Shades of Screamin' Green #49E560

Tints of Screamin' Green #49E560

Color information

#49E560 (or 0x49E560) is unknown color: approx Screamin' Green. HEX triplet: 49, E5 and 60. RGB value is (73,229,96). Sum of RGB (Red+Green+Blue) = 73+229+96=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 229 (89.84% from 255 or 57.54% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 229 - color contains mainly: green. Hex color #49E560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E560 is #B61A9F. Grayscale: #A7A7A7. Windows color (decimal): -11934368 or 6350153. OLE color: 6350153.

HSL color Cylindrical-coordinate representation of color #49E560: hue angle of 128.85º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E560 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB7322996-
CMYK0.6800.580.10
HSL128.85º75%59.22%-
HSV(B)128.85º68.12%89.8%-
XYZ32.8858.320.59-
YUV167.1987.8260.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.34%
GREEN value IS 229 (89.84% from 255) = 57.54%
BLUE value IS 96 (37.89% from 255) = 24.12%
R=18.34%
G=57.54%
B=24.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal73229960.6800.580.10128.857559.22
Hex49E5604403AA814b3b
Octal1113451401040721220111373
Binary1001001111001011100000100010001110101010100000011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,229,96); }

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

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

 a { background-color: rgb(73,229,96); }

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

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

 span { border-color: rgb(73,229,96); }

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