#49F650

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

Shades of Screamin' Green #49F650

Tints of Screamin' Green #49F650

Color information

#49F650 (or 0x49F650) is unknown color: approx Screamin' Green. HEX triplet: 49, F6 and 50. RGB value is (73,246,80). Sum of RGB (Red+Green+Blue) = 73+246+80=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 246 (96.48% from 255 or 61.65% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 246 - color contains mainly: green. Hex color #49F650 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F650 is #B609AF. Grayscale: #AFAFAF. Windows color (decimal): -11930032 or 5305929. OLE color: 5305929.

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

Color convert

RGB7324680-
CMYK0.7000.670.04
HSL122.43º90.58%62.55%-
HSV(B)122.43º70.33%96.47%-
XYZ37.1567.9118.74-
YUV175.3574.1955-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.30%
GREEN value IS 246 (96.48% from 255) = 61.65%
BLUE value IS 80 (31.64% from 255) = 20.05%
R=18.30%
G=61.65%
B=20.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal73246800.7000.670.04122.4390.5862.55
Hex49F6504604347a5b3f
Octal1113661201060103417213377
Binary100100111110110101000010001100100001110011110101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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