Shades of Screamin' Green #4DFF85
Tints of Screamin' Green #4DFF85
RGB
CMYK
RGB Variations
Color information
#4DFF85 (or 0x4DFF85) is known color: Screamin' Green. HEX triplet: 4D, FF and 85. RGB value is (77,255,133). Sum of RGB (Red+Green+Blue) = 77+255+133=465 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.56% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFF85 is #B2007A. Grayscale: #BCBCBC. Windows color (decimal): -11665531 or 8781645. OLE color: 8781645.
HSL color Cylindrical-coordinate representation of color #4DFF85: hue angle of 138.88º 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 #4DFF85 is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 133 | - |
| CMYK | 0.70 | 0 | 0.48 | 0 |
| HSL | 138.88º | 1% | 0.65% | - |
| HSV(B) | 138.88º | 0.7% | 1% | - |
| XYZ | 43.05 | 74.79 | 34.36 | - |
| YUV | 187.87 | 97.03 | 48.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 133 | 0.70 | 0 | 0.48 | 0 | 138.88 | 1 | 0.65 |
| Hex | 4D | FF | 85 | 46 | 0 | 30 | 0 | 8B | 64 | 41 |
| Octal | 115 | 377 | 205 | 106 | 0 | 60 | 0 | 213 | 144 | 101 |
| Binary | 1001101 | 11111111 | 10000101 | 1000110 | 0 | 110000 | 0 | 10001011 | 1100100 | 1000001 |
Color Harmonies of #4DFF85
Complementary color
Monochromatic Colors of #4DFF85
Black with #4DFF85
Text Example
Text Example
White with #4DFF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFF85; }
p { color: rgb(77,255,133); }
H1.HeaderClassName
{
color: #4DFF85;
}
.AnyTagClassName
{
color: #4DFF85;
}
</style>
background-color css
<style>
a { background-color: #4DFF85; }
a { background-color: rgb(77,255,133); }
div.DivClassName
{
background-color: #4DFF85;
}
.BgClassName
{
background-color: #4DFF85;
}
</style>
border-color css
<style>
span { border-color: #4DFF85; }
span { border-color: rgb(77,255,133); }
td.TdClassName
{
border-color: #4DFF85;
}
.TagClassName
{
border-color: #4DFF85;
}
</style>