#49F273

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

Shades of Screamin' Green #49F273

Tints of Screamin' Green #49F273

Color information

#49F273 (or 0x49F273) is unknown color: approx Screamin' Green. HEX triplet: 49, F2 and 73. RGB value is (73,242,115). Sum of RGB (Red+Green+Blue) = 73+242+115=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 242 (94.92% from 255 or 56.28% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 242 - color contains mainly: green. Hex color #49F273 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F273 is #B60D8C. Grayscale: #B1B1B1. Windows color (decimal): -11931021 or 7598665. OLE color: 7598665.

HSL color Cylindrical-coordinate representation of color #49F273: hue angle of 134.91º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F273 is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB73242115-
CMYK0.7000.520.05
HSL134.91º86.67%61.76%-
HSV(B)134.91º69.83%94.9%-
XYZ37.5966.1627.01-
YUV176.9993.0153.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.98%
GREEN value IS 242 (94.92% from 255) = 56.28%
BLUE value IS 115 (45.31% from 255) = 26.74%
R=16.98%
G=56.28%
B=26.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal732421150.7000.520.05134.9186.6761.76
Hex49F27346034587573e
Octal111362163106064520712776
Binary100100111110010111001110001100110100101100001111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,242,115); }

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

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

 a { background-color: rgb(73,242,115); }

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

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

 span { border-color: rgb(73,242,115); }

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