Shades of Screamin' Green #4DED49
Tints of Screamin' Green #4DED49
RGB
CMYK
RGB Variations
Color information
#4DED49 (or 0x4DED49) is known color: Screamin' Green. HEX triplet: 4D, ED and 49. RGB value is (77,237,73). Sum of RGB (Red+Green+Blue) = 77+237+73=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 237 (92.97% from 255 or 61.24% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 237 - color contains mainly: green. Hex color #4DED49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DED49 is #B212B6. Grayscale: #AAAAAA. Windows color (decimal): -11670199 or 4844877. OLE color: 4844877.
HSL color Cylindrical-coordinate representation of color #4DED49: hue angle of 118.54º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DED49 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 237 | 73 | - |
| CMYK | 0.68 | 0 | 0.69 | 0.07 |
| HSL | 118.54º | 0.82% | 0.61% | - |
| HSV(B) | 118.54º | 0.69% | 0.93% | - |
| XYZ | 34.55 | 62.63 | 16.57 | - |
| YUV | 170.46 | 72.99 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 73 | 0.68 | 0 | 0.69 | 0.07 | 118.54 | 0.82 | 0.61 |
| Hex | 4D | ED | 49 | 44 | 0 | 45 | 7 | 77 | 52 | 3D |
| Octal | 115 | 355 | 111 | 104 | 0 | 105 | 7 | 167 | 122 | 75 |
| Binary | 1001101 | 11101101 | 1001001 | 1000100 | 0 | 1000101 | 111 | 1110111 | 1010010 | 111101 |
Color Harmonies of #4DED49
Complementary color
Monochromatic Colors of #4DED49
Black with #4DED49
Text Example
Text Example
White with #4DED49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DED49; }
p { color: rgb(77,237,73); }
H1.HeaderClassName
{
color: #4DED49;
}
.AnyTagClassName
{
color: #4DED49;
}
</style>
background-color css
<style>
a { background-color: #4DED49; }
a { background-color: rgb(77,237,73); }
div.DivClassName
{
background-color: #4DED49;
}
.BgClassName
{
background-color: #4DED49;
}
</style>
border-color css
<style>
span { border-color: #4DED49; }
span { border-color: rgb(77,237,73); }
td.TdClassName
{
border-color: #4DED49;
}
.TagClassName
{
border-color: #4DED49;
}
</style>