Shades of Screamin' Green #4DFB71
Tints of Screamin' Green #4DFB71
RGB
CMYK
RGB Variations
Color information
#4DFB71 (or 0x4DFB71) is known color: Screamin' Green. HEX triplet: 4D, FB and 71. RGB value is (77,251,113). Sum of RGB (Red+Green+Blue) = 77+251+113=441 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.46% from 441); Green value is 251 (98.44% from 255 or 56.92% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFB71 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4DFB71 is #B2048E. Grayscale: #B7B7B7. Windows color (decimal): -11666575 or 7469901. OLE color: 7469901.
HSL color Cylindrical-coordinate representation of color #4DFB71: hue angle of 132.41º 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 #4DFB71 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 113 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.02 |
| HSL | 132.41º | 0.96% | 0.64% | - |
| HSV(B) | 132.41º | 0.69% | 0.98% | - |
| XYZ | 40.54 | 71.76 | 27.34 | - |
| YUV | 183.24 | 88.35 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 113 | 0.69 | 0 | 0.55 | 0.02 | 132.41 | 0.96 | 0.64 |
| Hex | 4D | FB | 71 | 45 | 0 | 37 | 2 | 84 | 60 | 40 |
| Octal | 115 | 373 | 161 | 105 | 0 | 67 | 2 | 204 | 140 | 100 |
| Binary | 1001101 | 11111011 | 1110001 | 1000101 | 0 | 110111 | 10 | 10000100 | 1100000 | 1000000 |
Color Harmonies of #4DFB71
Complementary color
Monochromatic Colors of #4DFB71
Black with #4DFB71
Text Example
Text Example
White with #4DFB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFB71; }
p { color: rgb(77,251,113); }
H1.HeaderClassName
{
color: #4DFB71;
}
.AnyTagClassName
{
color: #4DFB71;
}
</style>
background-color css
<style>
a { background-color: #4DFB71; }
a { background-color: rgb(77,251,113); }
div.DivClassName
{
background-color: #4DFB71;
}
.BgClassName
{
background-color: #4DFB71;
}
</style>
border-color css
<style>
span { border-color: #4DFB71; }
span { border-color: rgb(77,251,113); }
td.TdClassName
{
border-color: #4DFB71;
}
.TagClassName
{
border-color: #4DFB71;
}
</style>