Shades of Screamin' Green #4DFF8F
Tints of Screamin' Green #4DFF8F
RGB
CMYK
RGB Variations
Color information
#4DFF8F (or 0x4DFF8F) is known color: Screamin' Green. HEX triplet: 4D, FF and 8F. RGB value is (77,255,143). Sum of RGB (Red+Green+Blue) = 77+255+143=475 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.21% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFF8F is #B20070. Grayscale: #BDBDBD. Windows color (decimal): -11665521 or 9437005. OLE color: 9437005.
HSL color Cylindrical-coordinate representation of color #4DFF8F: hue angle of 142.25º 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 #4DFF8F is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 143 | - |
| CMYK | 0.70 | 0 | 0.44 | 0 |
| HSL | 142.25º | 1% | 0.65% | - |
| HSV(B) | 142.25º | 0.7% | 1% | - |
| XYZ | 43.78 | 75.08 | 38.17 | - |
| YUV | 189.01 | 102.03 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 143 | 0.70 | 0 | 0.44 | 0 | 142.25 | 1 | 0.65 |
| Hex | 4D | FF | 8F | 46 | 0 | 2C | 0 | 8E | 64 | 41 |
| Octal | 115 | 377 | 217 | 106 | 0 | 54 | 0 | 216 | 144 | 101 |
| Binary | 1001101 | 11111111 | 10001111 | 1000110 | 0 | 101100 | 0 | 10001110 | 1100100 | 1000001 |
Color Harmonies of #4DFF8F
Complementary color
Monochromatic Colors of #4DFF8F
Black with #4DFF8F
Text Example
Text Example
White with #4DFF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFF8F; }
p { color: rgb(77,255,143); }
H1.HeaderClassName
{
color: #4DFF8F;
}
.AnyTagClassName
{
color: #4DFF8F;
}
</style>
background-color css
<style>
a { background-color: #4DFF8F; }
a { background-color: rgb(77,255,143); }
div.DivClassName
{
background-color: #4DFF8F;
}
.BgClassName
{
background-color: #4DFF8F;
}
</style>
border-color css
<style>
span { border-color: #4DFF8F; }
span { border-color: rgb(77,255,143); }
td.TdClassName
{
border-color: #4DFF8F;
}
.TagClassName
{
border-color: #4DFF8F;
}
</style>