Shades of Screamin' Green #4DF148
Tints of Screamin' Green #4DF148
RGB
CMYK
RGB Variations
Color information
#4DF148 (or 0x4DF148) is known color: Screamin' Green. HEX triplet: 4D, F1 and 48. RGB value is (77,241,72). Sum of RGB (Red+Green+Blue) = 77+241+72=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 241 (94.53% from 255 or 61.79% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF148 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF148 is #B20EB7. Grayscale: #ADADAD. Windows color (decimal): -11669176 or 4780365. OLE color: 4780365.
HSL color Cylindrical-coordinate representation of color #4DF148: hue angle of 118.22º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DF148 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 241 | 72 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.05 |
| HSL | 118.22º | 0.86% | 0.61% | - |
| HSV(B) | 118.22º | 0.7% | 0.95% | - |
| XYZ | 35.69 | 64.96 | 16.79 | - |
| YUV | 172.7 | 71.17 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 241 | 72 | 0.68 | 0 | 0.70 | 0.05 | 118.22 | 0.86 | 0.61 |
| Hex | 4D | F1 | 48 | 44 | 0 | 46 | 5 | 76 | 56 | 3D |
| Octal | 115 | 361 | 110 | 104 | 0 | 106 | 5 | 166 | 126 | 75 |
| Binary | 1001101 | 11110001 | 1001000 | 1000100 | 0 | 1000110 | 101 | 1110110 | 1010110 | 111101 |
Color Harmonies of #4DF148
Complementary color
Monochromatic Colors of #4DF148
Black with #4DF148
Text Example
Text Example
White with #4DF148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF148; }
p { color: rgb(77,241,72); }
H1.HeaderClassName
{
color: #4DF148;
}
.AnyTagClassName
{
color: #4DF148;
}
</style>
background-color css
<style>
a { background-color: #4DF148; }
a { background-color: rgb(77,241,72); }
div.DivClassName
{
background-color: #4DF148;
}
.BgClassName
{
background-color: #4DF148;
}
</style>
border-color css
<style>
span { border-color: #4DF148; }
span { border-color: rgb(77,241,72); }
td.TdClassName
{
border-color: #4DF148;
}
.TagClassName
{
border-color: #4DF148;
}
</style>