Shades of Screamin' Green #4DF149
Tints of Screamin' Green #4DF149
RGB
CMYK
RGB Variations
Color information
#4DF149 (or 0x4DF149) is known color: Screamin' Green. HEX triplet: 4D, F1 and 49. RGB value is (77,241,73). Sum of RGB (Red+Green+Blue) = 77+241+73=391 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.69% from 391); Green value is 241 (94.53% from 255 or 61.64% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF149 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF149 is #B20EB6. Grayscale: #ADADAD. Windows color (decimal): -11669175 or 4845901. OLE color: 4845901.
HSL color Cylindrical-coordinate representation of color #4DF149: hue angle of 118.57º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DF149 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 241 | 73 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.05 |
| HSL | 118.57º | 0.86% | 0.62% | - |
| HSV(B) | 118.57º | 0.7% | 0.95% | - |
| XYZ | 35.72 | 64.97 | 16.96 | - |
| YUV | 172.81 | 71.67 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 241 | 73 | 0.68 | 0 | 0.70 | 0.05 | 118.57 | 0.86 | 0.62 |
| Hex | 4D | F1 | 49 | 44 | 0 | 46 | 5 | 77 | 56 | 3E |
| Octal | 115 | 361 | 111 | 104 | 0 | 106 | 5 | 167 | 126 | 76 |
| Binary | 1001101 | 11110001 | 1001001 | 1000100 | 0 | 1000110 | 101 | 1110111 | 1010110 | 111110 |
Color Harmonies of #4DF149
Complementary color
Monochromatic Colors of #4DF149
Black with #4DF149
Text Example
Text Example
White with #4DF149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF149; }
p { color: rgb(77,241,73); }
H1.HeaderClassName
{
color: #4DF149;
}
.AnyTagClassName
{
color: #4DF149;
}
</style>
background-color css
<style>
a { background-color: #4DF149; }
a { background-color: rgb(77,241,73); }
div.DivClassName
{
background-color: #4DF149;
}
.BgClassName
{
background-color: #4DF149;
}
</style>
border-color css
<style>
span { border-color: #4DF149; }
span { border-color: rgb(77,241,73); }
td.TdClassName
{
border-color: #4DF149;
}
.TagClassName
{
border-color: #4DF149;
}
</style>