#49F16D

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

Shades of Screamin' Green #49F16D

Tints of Screamin' Green #49F16D

Color information

#49F16D (or 0x49F16D) is unknown color: approx Screamin' Green. HEX triplet: 49, F1 and 6D. RGB value is (73,241,109). Sum of RGB (Red+Green+Blue) = 73+241+109=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 241 (94.53% from 255 or 56.97% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 241 - color contains mainly: green. Hex color #49F16D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F16D is #B60E92. Grayscale: #B0B0B0. Windows color (decimal): -11931283 or 7205193. OLE color: 7205193.

HSL color Cylindrical-coordinate representation of color #49F16D: hue angle of 132.86º degrees, saturation: 0.86, 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 #49F16D is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB73241109-
CMYK0.7000.550.05
HSL132.86º85.71%61.57%-
HSV(B)132.86º69.71%94.51%-
XYZ36.9665.4325.15-
YUV175.7290.3454.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.26%
GREEN value IS 241 (94.53% from 255) = 56.97%
BLUE value IS 109 (42.97% from 255) = 25.77%
R=17.26%
G=56.97%
B=25.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal732411090.7000.550.05132.8685.7161.57
Hex49F16D46037585563e
Octal111361155106067520512676
Binary100100111110001110110110001100110111101100001011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,241,109); }

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

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

 a { background-color: rgb(73,241,109); }

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

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

 span { border-color: rgb(73,241,109); }

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