Shades of Screamin' Green #4DF061
Tints of Screamin' Green #4DF061
RGB
CMYK
RGB Variations
Color information
#4DF061 (or 0x4DF061) is known color: Screamin' Green. HEX triplet: 4D, F0 and 61. RGB value is (77,240,97). Sum of RGB (Red+Green+Blue) = 77+240+97=414 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.60% from 414); Green value is 240 (94.14% from 255 or 57.97% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF061 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4DF061 is #B20F9E. Grayscale: #AFAFAF. Windows color (decimal): -11669407 or 6418509. OLE color: 6418509.
HSL color Cylindrical-coordinate representation of color #4DF061: hue angle of 127.36º 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 #4DF061 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 240 | 97 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.06 |
| HSL | 127.36º | 0.84% | 0.62% | - |
| HSV(B) | 127.36º | 0.68% | 0.94% | - |
| XYZ | 36.38 | 64.76 | 21.89 | - |
| YUV | 174.96 | 84 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 240 | 97 | 0.68 | 0 | 0.60 | 0.06 | 127.36 | 0.84 | 0.62 |
| Hex | 4D | F0 | 61 | 44 | 0 | 3C | 6 | 7F | 54 | 3E |
| Octal | 115 | 360 | 141 | 104 | 0 | 74 | 6 | 177 | 124 | 76 |
| Binary | 1001101 | 11110000 | 1100001 | 1000100 | 0 | 111100 | 110 | 1111111 | 1010100 | 111110 |
Color Harmonies of #4DF061
Complementary color
Monochromatic Colors of #4DF061
Black with #4DF061
Text Example
Text Example
White with #4DF061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF061; }
p { color: rgb(77,240,97); }
H1.HeaderClassName
{
color: #4DF061;
}
.AnyTagClassName
{
color: #4DF061;
}
</style>
background-color css
<style>
a { background-color: #4DF061; }
a { background-color: rgb(77,240,97); }
div.DivClassName
{
background-color: #4DF061;
}
.BgClassName
{
background-color: #4DF061;
}
</style>
border-color css
<style>
span { border-color: #4DF061; }
span { border-color: rgb(77,240,97); }
td.TdClassName
{
border-color: #4DF061;
}
.TagClassName
{
border-color: #4DF061;
}
</style>