Shades of Screamin' Green #4DFE85
Tints of Screamin' Green #4DFE85
RGB
CMYK
RGB Variations
Color information
#4DFE85 (or 0x4DFE85) is known color: Screamin' Green. HEX triplet: 4D, FE and 85. RGB value is (77,254,133). Sum of RGB (Red+Green+Blue) = 77+254+133=464 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.59% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFE85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFE85 is #B2017A. Grayscale: #BBBBBB. Windows color (decimal): -11665787 or 8781389. OLE color: 8781389.
HSL color Cylindrical-coordinate representation of color #4DFE85: hue angle of 138.98º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFE85 is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 254 | 133 | - |
| CMYK | 0.70 | 0 | 0.48 | 0.00 |
| HSL | 138.98º | 0.99% | 0.65% | - |
| HSV(B) | 138.98º | 0.7% | 1% | - |
| XYZ | 42.74 | 74.15 | 34.25 | - |
| YUV | 187.28 | 97.36 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 254 | 133 | 0.70 | 0 | 0.48 | 0.00 | 138.98 | 0.99 | 0.65 |
| Hex | 4D | FE | 85 | 46 | 0 | 30 | 0 | 8B | 63 | 41 |
| Octal | 115 | 376 | 205 | 106 | 0 | 60 | 0 | 213 | 143 | 101 |
| Binary | 1001101 | 11111110 | 10000101 | 1000110 | 0 | 110000 | 0 | 10001011 | 1100011 | 1000001 |
Color Harmonies of #4DFE85
Complementary color
Monochromatic Colors of #4DFE85
Black with #4DFE85
Text Example
Text Example
White with #4DFE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFE85; }
p { color: rgb(77,254,133); }
H1.HeaderClassName
{
color: #4DFE85;
}
.AnyTagClassName
{
color: #4DFE85;
}
</style>
background-color css
<style>
a { background-color: #4DFE85; }
a { background-color: rgb(77,254,133); }
div.DivClassName
{
background-color: #4DFE85;
}
.BgClassName
{
background-color: #4DFE85;
}
</style>
border-color css
<style>
span { border-color: #4DFE85; }
span { border-color: rgb(77,254,133); }
td.TdClassName
{
border-color: #4DFE85;
}
.TagClassName
{
border-color: #4DFE85;
}
</style>