#49F275

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

Shades of Screamin' Green #49F275

Tints of Screamin' Green #49F275

Color information

#49F275 (or 0x49F275) is unknown color: approx Screamin' Green. HEX triplet: 49, F2 and 75. RGB value is (73,242,117). Sum of RGB (Red+Green+Blue) = 73+242+117=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 242 (94.92% from 255 or 56.02% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 242 - color contains mainly: green. Hex color #49F275 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F275 is #B60D8A. Grayscale: #B1B1B1. Windows color (decimal): -11931019 or 7729737. OLE color: 7729737.

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

Color convert

RGB73242117-
CMYK0.7000.520.05
HSL135.62º86.67%61.76%-
HSV(B)135.62º69.83%94.9%-
XYZ37.7166.2127.62-
YUV177.2294.0153.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.90%
GREEN value IS 242 (94.92% from 255) = 56.02%
BLUE value IS 117 (46.09% from 255) = 27.08%
R=16.90%
G=56.02%
B=27.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal732421170.7000.520.05135.6286.6761.76
Hex49F27546034588573e
Octal111362165106064521012776
Binary100100111110010111010110001100110100101100010001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,242,117); }

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

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

 a { background-color: rgb(73,242,117); }

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

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

 span { border-color: rgb(73,242,117); }

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