#49F050

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

Shades of Screamin' Green #49F050

Tints of Screamin' Green #49F050

Color information

#49F050 (or 0x49F050) is unknown color: approx Screamin' Green. HEX triplet: 49, F0 and 50. RGB value is (73,240,80). Sum of RGB (Red+Green+Blue) = 73+240+80=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 240 (94.14% from 255 or 61.07% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 240 - color contains mainly: green. Hex color #49F050 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F050 is #B60FAF. Grayscale: #ACACAC. Windows color (decimal): -11931568 or 5304393. OLE color: 5304393.

HSL color Cylindrical-coordinate representation of color #49F050: hue angle of 122.51º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F050 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB7324080-
CMYK0.7000.670.06
HSL122.51º84.77%61.37%-
HSV(B)122.51º69.58%94.12%-
XYZ35.3664.3218.14-
YUV171.8376.1757.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.58%
GREEN value IS 240 (94.14% from 255) = 61.07%
BLUE value IS 80 (31.64% from 255) = 20.36%
R=18.58%
G=61.07%
B=20.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal73240800.7000.670.06122.5184.7761.37
Hex49F0504604367b553d
Octal1113601201060103617312575
Binary100100111110000101000010001100100001111011110111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,240,80); }

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

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

 a { background-color: rgb(73,240,80); }

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

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

 span { border-color: rgb(73,240,80); }

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