#49F96F

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

Shades of Screamin' Green #49F96F

Tints of Screamin' Green #49F96F

Color information

#49F96F (or 0x49F96F) is unknown color: approx Screamin' Green. HEX triplet: 49, F9 and 6F. RGB value is (73,249,111). Sum of RGB (Red+Green+Blue) = 73+249+111=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 249 (97.66% from 255 or 57.51% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 249 - color contains mainly: green. Hex color #49F96F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F96F is #B60690. Grayscale: #B5B5B5. Windows color (decimal): -11929233 or 7338313. OLE color: 7338313.

HSL color Cylindrical-coordinate representation of color #49F96F: hue angle of 132.95º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49F96F is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB73249111-
CMYK0.7100.550.02
HSL132.95º93.62%63.14%-
HSV(B)132.95º70.68%97.65%-
XYZ39.4970.3226.53-
YUV180.6488.6951.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.86%
GREEN value IS 249 (97.66% from 255) = 57.51%
BLUE value IS 111 (43.75% from 255) = 25.64%
R=16.86%
G=57.51%
B=25.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal732491110.7100.550.02132.9593.6263.14
Hex49F96F470372855e3f
Octal111371157107067220513677
Binary10010011111100111011111000111011011110100001011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,249,111); }

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

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

 a { background-color: rgb(73,249,111); }

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

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

 span { border-color: rgb(73,249,111); }

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