#49F362

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

Shades of Screamin' Green #49F362

Tints of Screamin' Green #49F362

Color information

#49F362 (or 0x49F362) is unknown color: approx Screamin' Green. HEX triplet: 49, F3 and 62. RGB value is (73,243,98). Sum of RGB (Red+Green+Blue) = 73+243+98=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 243 (95.31% from 255 or 58.70% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 243 - color contains mainly: green. Hex color #49F362 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49F362 is #B60C9D. Grayscale: #B0B0B0. Windows color (decimal): -11930782 or 6484809. OLE color: 6484809.

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

Color convert

RGB7324398-
CMYK0.7000.600.05
HSL128.82º87.63%61.96%-
HSV(B)128.82º69.96%95.29%-
XYZ3766.422.42-
YUV175.6484.1854.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.63%
GREEN value IS 243 (95.31% from 255) = 58.70%
BLUE value IS 98 (38.67% from 255) = 23.67%
R=17.63%
G=58.70%
B=23.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal73243980.7000.600.05128.8287.6361.96
Hex49F3624603C581583e
Octal111363142106074520113076
Binary100100111110011110001010001100111100101100000011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,243,98); }

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

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

 a { background-color: rgb(73,243,98); }

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

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

 span { border-color: rgb(73,243,98); }

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