#49F64B

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

Shades of Screamin' Green #49F64B

Tints of Screamin' Green #49F64B

Color information

#49F64B (or 0x49F64B) is unknown color: approx Screamin' Green. HEX triplet: 49, F6 and 4B. RGB value is (73,246,75). Sum of RGB (Red+Green+Blue) = 73+246+75=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 246 (96.48% from 255 or 62.44% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 246 - color contains mainly: green. Hex color #49F64B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F64B is #B609B4. Grayscale: #AFAFAF. Windows color (decimal): -11930037 or 4978249. OLE color: 4978249.

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

Color convert

RGB7324675-
CMYK0.7000.700.04
HSL120.69º90.58%62.55%-
HSV(B)120.69º70.33%96.47%-
XYZ36.9767.8417.8-
YUV174.7871.6955.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.53%
GREEN value IS 246 (96.48% from 255) = 62.44%
BLUE value IS 75 (29.69% from 255) = 19.04%
R=18.53%
G=62.44%
B=19.04%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal73246750.7000.700.04120.6990.5862.55
Hex49F64B460464795b3f
Octal1113661131060106417113377
Binary100100111110110100101110001100100011010011110011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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