Shades of Screamin' Green #4DFB85
Tints of Screamin' Green #4DFB85
RGB
CMYK
RGB Variations
Color information
#4DFB85 (or 0x4DFB85) is known color: Screamin' Green. HEX triplet: 4D, FB and 85. RGB value is (77,251,133). Sum of RGB (Red+Green+Blue) = 77+251+133=461 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.70% from 461); Green value is 251 (98.44% from 255 or 54.45% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFB85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFB85 is #B2047A. Grayscale: #B9B9B9. Windows color (decimal): -11666555 or 8780621. OLE color: 8780621.
HSL color Cylindrical-coordinate representation of color #4DFB85: hue angle of 139.31º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFB85 is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 133 | - |
| CMYK | 0.69 | 0 | 0.47 | 0.02 |
| HSL | 139.31º | 0.96% | 0.64% | - |
| HSV(B) | 139.31º | 0.69% | 0.98% | - |
| XYZ | 41.79 | 72.27 | 33.94 | - |
| YUV | 185.52 | 98.35 | 50.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 133 | 0.69 | 0 | 0.47 | 0.02 | 139.31 | 0.96 | 0.64 |
| Hex | 4D | FB | 85 | 45 | 0 | 2F | 2 | 8B | 60 | 40 |
| Octal | 115 | 373 | 205 | 105 | 0 | 57 | 2 | 213 | 140 | 100 |
| Binary | 1001101 | 11111011 | 10000101 | 1000101 | 0 | 101111 | 10 | 10001011 | 1100000 | 1000000 |
Color Harmonies of #4DFB85
Complementary color
Monochromatic Colors of #4DFB85
Black with #4DFB85
Text Example
Text Example
White with #4DFB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFB85; }
p { color: rgb(77,251,133); }
H1.HeaderClassName
{
color: #4DFB85;
}
.AnyTagClassName
{
color: #4DFB85;
}
</style>
background-color css
<style>
a { background-color: #4DFB85; }
a { background-color: rgb(77,251,133); }
div.DivClassName
{
background-color: #4DFB85;
}
.BgClassName
{
background-color: #4DFB85;
}
</style>
border-color css
<style>
span { border-color: #4DFB85; }
span { border-color: rgb(77,251,133); }
td.TdClassName
{
border-color: #4DFB85;
}
.TagClassName
{
border-color: #4DFB85;
}
</style>