Shades of Screamin' Green #4DFF48
Tints of Screamin' Green #4DFF48
RGB
CMYK
RGB Variations
Color information
#4DFF48 (or 0x4DFF48) is known color: Screamin' Green. HEX triplet: 4D, FF and 48. RGB value is (77,255,72). Sum of RGB (Red+Green+Blue) = 77+255+72=404 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.06% from 404); Green value is 255 (100% from 255 or 63.12% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF48 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFF48 is #B200B7. Grayscale: #B5B5B5. Windows color (decimal): -11665592 or 4783949. OLE color: 4783949.
HSL color Cylindrical-coordinate representation of color #4DFF48: hue angle of 118.36º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4DFF48 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 72 | - |
| CMYK | 0.70 | 0 | 0.72 | 0 |
| HSL | 118.36º | 1% | 0.64% | - |
| HSV(B) | 118.36º | 0.72% | 1% | - |
| XYZ | 39.99 | 73.57 | 18.22 | - |
| YUV | 180.92 | 66.53 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 72 | 0.70 | 0 | 0.72 | 0 | 118.36 | 1 | 0.64 |
| Hex | 4D | FF | 48 | 46 | 0 | 48 | 0 | 76 | 64 | 40 |
| Octal | 115 | 377 | 110 | 106 | 0 | 110 | 0 | 166 | 144 | 100 |
| Binary | 1001101 | 11111111 | 1001000 | 1000110 | 0 | 1001000 | 0 | 1110110 | 1100100 | 1000000 |
Color Harmonies of #4DFF48
Complementary color
Monochromatic Colors of #4DFF48
Black with #4DFF48
Text Example
Text Example
White with #4DFF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFF48; }
p { color: rgb(77,255,72); }
H1.HeaderClassName
{
color: #4DFF48;
}
.AnyTagClassName
{
color: #4DFF48;
}
</style>
background-color css
<style>
a { background-color: #4DFF48; }
a { background-color: rgb(77,255,72); }
div.DivClassName
{
background-color: #4DFF48;
}
.BgClassName
{
background-color: #4DFF48;
}
</style>
border-color css
<style>
span { border-color: #4DFF48; }
span { border-color: rgb(77,255,72); }
td.TdClassName
{
border-color: #4DFF48;
}
.TagClassName
{
border-color: #4DFF48;
}
</style>