#4DED48

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

Shades of Screamin' Green #4DED48

Tints of Screamin' Green #4DED48

Color information

#4DED48 (or 0x4DED48) is unknown color: approx Screamin' Green. HEX triplet: 4D, ED and 48. RGB value is (77,237,72). Sum of RGB (Red+Green+Blue) = 77+237+72=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 237 (92.97% from 255 or 61.40% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 237 - color contains mainly: green. Hex color #4DED48 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DED48 is #B212B7. Grayscale: #AAAAAA. Windows color (decimal): -11670200 or 4779341. OLE color: 4779341.

HSL color Cylindrical-coordinate representation of color #4DED48: hue angle of 118.18º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DED48 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB7723772-
CMYK0.6800.700.07
HSL118.18º82.09%60.59%-
HSV(B)118.18º69.62%92.94%-
XYZ34.5162.6116.4-
YUV170.3572.4961.42-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.95%
GREEN value IS 237 (92.97% from 255) = 61.40%
BLUE value IS 72 (28.52% from 255) = 18.65%
R=19.95%
G=61.40%
B=18.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal77237720.6800.700.07118.1882.0960.59
Hex4DED4844046776523d
Octal1153551101040106716612275
Binary100110111101101100100010001000100011011111101101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DED48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4DED48; }

 p { color: rgb(77,237,72); }

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

<style>
 a { background-color: #4DED48; }

 a { background-color: rgb(77,237,72); }

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

<style>
 span { border-color: #4DED48; }

 span { border-color: rgb(77,237,72); }

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