Shades of Screamin' Green #4DF071
Tints of Screamin' Green #4DF071
RGB
CMYK
RGB Variations
Color information
#4DF071 (or 0x4DF071) is known color: Screamin' Green. HEX triplet: 4D, F0 and 71. RGB value is (77,240,113). Sum of RGB (Red+Green+Blue) = 77+240+113=430 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.91% from 430); Green value is 240 (94.14% from 255 or 55.81% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF071 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4DF071 is #B20F8E. Grayscale: #B1B1B1. Windows color (decimal): -11669391 or 7467085. OLE color: 7467085.
HSL color Cylindrical-coordinate representation of color #4DF071: hue angle of 133.25º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF071 is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 240 | 113 | - |
| CMYK | 0.68 | 0 | 0.53 | 0.06 |
| HSL | 133.25º | 0.84% | 0.62% | - |
| HSV(B) | 133.25º | 0.68% | 0.94% | - |
| XYZ | 37.2 | 65.09 | 26.23 | - |
| YUV | 176.79 | 92 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 240 | 113 | 0.68 | 0 | 0.53 | 0.06 | 133.25 | 0.84 | 0.62 |
| Hex | 4D | F0 | 71 | 44 | 0 | 35 | 6 | 85 | 54 | 3E |
| Octal | 115 | 360 | 161 | 104 | 0 | 65 | 6 | 205 | 124 | 76 |
| Binary | 1001101 | 11110000 | 1110001 | 1000100 | 0 | 110101 | 110 | 10000101 | 1010100 | 111110 |
Color Harmonies of #4DF071
Complementary color
Monochromatic Colors of #4DF071
Black with #4DF071
Text Example
Text Example
White with #4DF071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF071; }
p { color: rgb(77,240,113); }
H1.HeaderClassName
{
color: #4DF071;
}
.AnyTagClassName
{
color: #4DF071;
}
</style>
background-color css
<style>
a { background-color: #4DF071; }
a { background-color: rgb(77,240,113); }
div.DivClassName
{
background-color: #4DF071;
}
.BgClassName
{
background-color: #4DF071;
}
</style>
border-color css
<style>
span { border-color: #4DF071; }
span { border-color: rgb(77,240,113); }
td.TdClassName
{
border-color: #4DF071;
}
.TagClassName
{
border-color: #4DF071;
}
</style>