#49FF6A

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

Shades of Screamin' Green #49FF6A

Tints of Screamin' Green #49FF6A

Color information

#49FF6A (or 0x49FF6A) is unknown color: approx Screamin' Green. HEX triplet: 49, FF and 6A. RGB value is (73,255,106). Sum of RGB (Red+Green+Blue) = 73+255+106=434 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.82% from 434); Green value is 255 (100% from 255 or 58.76% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF6A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49FF6A is #B60095. Grayscale: #B8B8B8. Windows color (decimal): -11927702 or 7012169. OLE color: 7012169.

HSL color Cylindrical-coordinate representation of color #49FF6A: hue angle of 130.88º 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 #49FF6A is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB73255106-
CMYK0.7100.580
HSL130.88º100%64.31%-
HSV(B)130.88º71.37%100%-
XYZ41.1173.9825.75-
YUV183.684.249.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.82%
GREEN value IS 255 (100% from 255) = 58.76%
BLUE value IS 106 (41.80% from 255) = 24.42%
R=16.82%
G=58.76%
B=24.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal732551060.7100.580130.8810064.31
Hex49FF6A4703A0836440
Octal1113771521070720203144100
Binary10010011111111111010101000111011101001000001111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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