#49FD50

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

Shades of Screamin' Green #49FD50

Tints of Screamin' Green #49FD50

Color information

#49FD50 (or 0x49FD50) is unknown color: approx Screamin' Green. HEX triplet: 49, FD and 50. RGB value is (73,253,80). Sum of RGB (Red+Green+Blue) = 73+253+80=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 253 (99.22% from 255 or 62.32% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 253 - color contains mainly: green. Hex color #49FD50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49FD50 is #B602AF. Grayscale: #B3B3B3. Windows color (decimal): -11928240 or 5307721. OLE color: 5307721.

HSL color Cylindrical-coordinate representation of color #49FD50: hue angle of 122.33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FD50 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB7325380-
CMYK0.7100.680.01
HSL122.33º97.83%63.92%-
HSV(B)122.33º71.15%99.22%-
XYZ39.3272.2519.46-
YUV179.4671.8752.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.98%
GREEN value IS 253 (99.22% from 255) = 62.32%
BLUE value IS 80 (31.64% from 255) = 19.70%
R=17.98%
G=62.32%
B=19.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal73253800.7100.680.01122.3397.8363.92
Hex49FD504704417a6240
Octal11137512010701041172142100
Binary10010011111110110100001000111010001001111101011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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