#49FF55

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

Shades of Screamin' Green #49FF55

Tints of Screamin' Green #49FF55

Color information

#49FF55 (or 0x49FF55) is unknown color: approx Screamin' Green. HEX triplet: 49, FF and 55. RGB value is (73,255,85). Sum of RGB (Red+Green+Blue) = 73+255+85=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 255 (100% from 255 or 61.74% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49FF55 is #B600AA. Grayscale: #B5B5B5. Windows color (decimal): -11927723 or 5635913. OLE color: 5635913.

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

Color convert

RGB7325585-
CMYK0.7100.670
HSL123.96º100%64.31%-
HSV(B)123.96º71.37%100%-
XYZ40.1573.5920.68-
YUV181.273.750.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.68%
GREEN value IS 255 (100% from 255) = 61.74%
BLUE value IS 85 (33.59% from 255) = 20.58%
R=17.68%
G=61.74%
B=20.58%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal73255850.7100.670123.9610064.31
Hex49FF554704307c6440
Octal11137712510701030174144100
Binary10010011111111110101011000111010000110111110011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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