#49E650

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

Shades of Screamin' Green #49E650

Tints of Screamin' Green #49E650

Color information

#49E650 (or 0x49E650) is unknown color: approx Screamin' Green. HEX triplet: 49, E6 and 50. RGB value is (73,230,80). Sum of RGB (Red+Green+Blue) = 73+230+80=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 230 (90.23% from 255 or 60.05% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 230 - color contains mainly: green. Hex color #49E650 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49E650 is #B619AF. Grayscale: #A6A6A6. Windows color (decimal): -11934128 or 5301833. OLE color: 5301833.

HSL color Cylindrical-coordinate representation of color #49E650: hue angle of 122.68º degrees, saturation: 0.76, 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 #49E650 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB7323080-
CMYK0.6800.650.10
HSL122.68º75.85%59.41%-
HSV(B)122.68º68.26%90.2%-
XYZ32.4958.5917.19-
YUV165.9679.4961.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.06%
GREEN value IS 230 (90.23% from 255) = 60.05%
BLUE value IS 80 (31.64% from 255) = 20.89%
R=19.06%
G=60.05%
B=20.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal73230800.6800.650.10122.6875.8559.41
Hex49E65044041A7b4c3b
Octal11134612010401011217311473
Binary1001001111001101010000100010001000001101011110111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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