Shades of Screamin' Green #4DFF8D
Tints of Screamin' Green #4DFF8D
RGB
CMYK
RGB Variations
Color information
#4DFF8D (or 0x4DFF8D) is known color: Screamin' Green. HEX triplet: 4D, FF and 8D. RGB value is (77,255,141). Sum of RGB (Red+Green+Blue) = 77+255+141=473 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.28% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFF8D is #B20072. Grayscale: #BDBDBD. Windows color (decimal): -11665523 or 9305933. OLE color: 9305933.
HSL color Cylindrical-coordinate representation of color #4DFF8D: hue angle of 141.57º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFF8D is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 141 | - |
| CMYK | 0.70 | 0 | 0.45 | 0 |
| HSL | 141.57º | 1% | 0.65% | - |
| HSV(B) | 141.57º | 0.7% | 1% | - |
| XYZ | 43.63 | 75.02 | 37.38 | - |
| YUV | 188.78 | 101.03 | 48.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 141 | 0.70 | 0 | 0.45 | 0 | 141.57 | 1 | 0.65 |
| Hex | 4D | FF | 8D | 46 | 0 | 2D | 0 | 8E | 64 | 41 |
| Octal | 115 | 377 | 215 | 106 | 0 | 55 | 0 | 216 | 144 | 101 |
| Binary | 1001101 | 11111111 | 10001101 | 1000110 | 0 | 101101 | 0 | 10001110 | 1100100 | 1000001 |
Color Harmonies of #4DFF8D
Complementary color
Monochromatic Colors of #4DFF8D
Black with #4DFF8D
Text Example
Text Example
White with #4DFF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFF8D; }
p { color: rgb(77,255,141); }
H1.HeaderClassName
{
color: #4DFF8D;
}
.AnyTagClassName
{
color: #4DFF8D;
}
</style>
background-color css
<style>
a { background-color: #4DFF8D; }
a { background-color: rgb(77,255,141); }
div.DivClassName
{
background-color: #4DFF8D;
}
.BgClassName
{
background-color: #4DFF8D;
}
</style>
border-color css
<style>
span { border-color: #4DFF8D; }
span { border-color: rgb(77,255,141); }
td.TdClassName
{
border-color: #4DFF8D;
}
.TagClassName
{
border-color: #4DFF8D;
}
</style>