Shades of Screamin' Green #4DF261
Tints of Screamin' Green #4DF261
RGB
CMYK
RGB Variations
Color information
#4DF261 (or 0x4DF261) is known color: Screamin' Green. HEX triplet: 4D, F2 and 61. RGB value is (77,242,97). Sum of RGB (Red+Green+Blue) = 77+242+97=416 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.51% from 416); Green value is 242 (94.92% from 255 or 58.17% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF261 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4DF261 is #B20D9E. Grayscale: #B0B0B0. Windows color (decimal): -11668895 or 6419021. OLE color: 6419021.
HSL color Cylindrical-coordinate representation of color #4DF261: hue angle of 127.27º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF261 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 242 | 97 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.05 |
| HSL | 127.27º | 0.86% | 0.63% | - |
| HSV(B) | 127.27º | 0.68% | 0.95% | - |
| XYZ | 36.97 | 65.95 | 22.09 | - |
| YUV | 176.14 | 83.34 | 57.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 242 | 97 | 0.68 | 0 | 0.60 | 0.05 | 127.27 | 0.86 | 0.63 |
| Hex | 4D | F2 | 61 | 44 | 0 | 3C | 5 | 7F | 56 | 3F |
| Octal | 115 | 362 | 141 | 104 | 0 | 74 | 5 | 177 | 126 | 77 |
| Binary | 1001101 | 11110010 | 1100001 | 1000100 | 0 | 111100 | 101 | 1111111 | 1010110 | 111111 |
Color Harmonies of #4DF261
Complementary color
Monochromatic Colors of #4DF261
Black with #4DF261
Text Example
Text Example
White with #4DF261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF261; }
p { color: rgb(77,242,97); }
H1.HeaderClassName
{
color: #4DF261;
}
.AnyTagClassName
{
color: #4DF261;
}
</style>
background-color css
<style>
a { background-color: #4DF261; }
a { background-color: rgb(77,242,97); }
div.DivClassName
{
background-color: #4DF261;
}
.BgClassName
{
background-color: #4DF261;
}
</style>
border-color css
<style>
span { border-color: #4DF261; }
span { border-color: rgb(77,242,97); }
td.TdClassName
{
border-color: #4DF261;
}
.TagClassName
{
border-color: #4DF261;
}
</style>