#49EF5A

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

Shades of Screamin' Green #49EF5A

Tints of Screamin' Green #49EF5A

Color information

#49EF5A (or 0x49EF5A) is unknown color: approx Screamin' Green. HEX triplet: 49, EF and 5A. RGB value is (73,239,90). Sum of RGB (Red+Green+Blue) = 73+239+90=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 239 (93.75% from 255 or 59.45% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 239 - color contains mainly: green. Hex color #49EF5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49EF5A is #B610A5. Grayscale: #ACACAC. Windows color (decimal): -11931814 or 5959497. OLE color: 5959497.

HSL color Cylindrical-coordinate representation of color #49EF5A: hue angle of 126.14º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EF5A is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB7323990-
CMYK0.6900.620.06
HSL126.14º83.84%61.18%-
HSV(B)126.14º69.46%93.73%-
XYZ35.4663.8920.14-
YUV172.3881.557.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.16%
GREEN value IS 239 (93.75% from 255) = 59.45%
BLUE value IS 90 (35.55% from 255) = 22.39%
R=18.16%
G=59.45%
B=22.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal73239900.6900.620.06126.1483.8461.18
Hex49EF5A4503E67e543d
Octal111357132105076617612475
Binary10010011110111110110101000101011111011011111101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,239,90); }

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

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

 a { background-color: rgb(73,239,90); }

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

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

 span { border-color: rgb(73,239,90); }

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