#49FA6B

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

Shades of Screamin' Green #49FA6B

Tints of Screamin' Green #49FA6B

Color information

#49FA6B (or 0x49FA6B) is unknown color: approx Screamin' Green. HEX triplet: 49, FA and 6B. RGB value is (73,250,107). Sum of RGB (Red+Green+Blue) = 73+250+107=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 250 (98.05% from 255 or 58.14% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 250 - color contains mainly: green. Hex color #49FA6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49FA6B is #B60594. Grayscale: #B5B5B5. Windows color (decimal): -11928981 or 7076425. OLE color: 7076425.

HSL color Cylindrical-coordinate representation of color #49FA6B: hue angle of 131.53º degrees, saturation: 0.95, 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 #49FA6B is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB73250107-
CMYK0.7100.570.02
HSL131.53º94.65%63.33%-
HSV(B)131.53º70.8%98.04%-
XYZ39.5970.8525.5-
YUV180.7886.3651.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.98%
GREEN value IS 250 (98.05% from 255) = 58.14%
BLUE value IS 107 (42.19% from 255) = 24.88%
R=16.98%
G=58.14%
B=24.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal732501070.7100.570.02131.5394.6563.33
Hex49FA6B470392845f3f
Octal111372153107071220413777
Binary10010011111101011010111000111011100110100001001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,250,107); }

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

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

 a { background-color: rgb(73,250,107); }

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

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

 span { border-color: rgb(73,250,107); }

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