#49FD42

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

Shades of Screamin' Green #49FD42

Tints of Screamin' Green #49FD42

Color information

#49FD42 (or 0x49FD42) is unknown color: approx Screamin' Green. HEX triplet: 49, FD and 42. RGB value is (73,253,66). Sum of RGB (Red+Green+Blue) = 73+253+66=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 253 (99.22% from 255 or 64.54% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 253 - color contains mainly: green. Hex color #49FD42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FD42 is #B602BD. Grayscale: #B2B2B2. Windows color (decimal): -11928254 or 4390217. OLE color: 4390217.

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

Color convert

RGB7325366-
CMYK0.7100.740.01
HSL117.75º97.91%62.55%-
HSV(B)117.75º73.91%99.22%-
XYZ38.8672.0617.02-
YUV177.8664.8753.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.62%
GREEN value IS 253 (99.22% from 255) = 64.54%
BLUE value IS 66 (26.17% from 255) = 16.84%
R=18.62%
G=64.54%
B=16.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal73253660.7100.740.01117.7597.9162.55
Hex49FD424704A176623f
Octal1113751021070112116614277
Binary1001001111111011000010100011101001010111101101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,253,66); }

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

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

 a { background-color: rgb(73,253,66); }

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

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

 span { border-color: rgb(73,253,66); }

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