#49F54B

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

Shades of Screamin' Green #49F54B

Tints of Screamin' Green #49F54B

Color information

#49F54B (or 0x49F54B) is unknown color: approx Screamin' Green. HEX triplet: 49, F5 and 4B. RGB value is (73,245,75). Sum of RGB (Red+Green+Blue) = 73+245+75=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 245 (96.09% from 255 or 62.34% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 245 - color contains mainly: green. Hex color #49F54B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F54B is #B60AB4. Grayscale: #AEAEAE. Windows color (decimal): -11930293 or 4977993. OLE color: 4977993.

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

Color convert

RGB7324575-
CMYK0.7000.690.04
HSL120.7º89.58%62.35%-
HSV(B)120.7º70.2%96.08%-
XYZ36.6767.2317.7-
YUV174.1972.0255.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.58%
GREEN value IS 245 (96.09% from 255) = 62.34%
BLUE value IS 75 (29.69% from 255) = 19.08%
R=18.58%
G=62.34%
B=19.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal73245750.7000.690.04120.789.5862.35
Hex49F54B460454795a3e
Octal1113651131060105417113276
Binary100100111110101100101110001100100010110011110011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,245,75); }

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

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

 a { background-color: rgb(73,245,75); }

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

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

 span { border-color: rgb(73,245,75); }

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