#49F65A

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

Shades of Screamin' Green #49F65A

Tints of Screamin' Green #49F65A

Color information

#49F65A (or 0x49F65A) is unknown color: approx Screamin' Green. HEX triplet: 49, F6 and 5A. RGB value is (73,246,90). Sum of RGB (Red+Green+Blue) = 73+246+90=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 246 (96.48% from 255 or 60.15% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 246 - color contains mainly: green. Hex color #49F65A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F65A is #B609A5. Grayscale: #B0B0B0. Windows color (decimal): -11930022 or 5961289. OLE color: 5961289.

HSL color Cylindrical-coordinate representation of color #49F65A: hue angle of 125.9º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F65A is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB7324690-
CMYK0.7000.630.04
HSL125.9º90.58%62.55%-
HSV(B)125.9º70.33%96.47%-
XYZ37.5568.0720.83-
YUV176.4979.1954.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.85%
GREEN value IS 246 (96.48% from 255) = 60.15%
BLUE value IS 90 (35.55% from 255) = 22.00%
R=17.85%
G=60.15%
B=22.00%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal73246900.7000.630.04125.990.5862.55
Hex49F65A4603F47e5b3f
Octal111366132106077417613377
Binary10010011111011010110101000110011111110011111101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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