Shades of Screamin' Green #4DF950
Tints of Screamin' Green #4DF950
RGB
CMYK
RGB Variations
Color information
#4DF950 (or 0x4DF950) is known color: Screamin' Green. HEX triplet: 4D, F9 and 50. RGB value is (77,249,80). Sum of RGB (Red+Green+Blue) = 77+249+80=406 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.97% from 406); Green value is 249 (97.66% from 255 or 61.33% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 249 - color contains mainly: green. Hex color #4DF950 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4DF950 is #B206AF. Grayscale: #B2B2B2. Windows color (decimal): -11667120 or 5306701. OLE color: 5306701.
HSL color Cylindrical-coordinate representation of color #4DF950: hue angle of 121.05º degrees, saturation: 0.93, 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 #4DF950 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 249 | 80 | - |
| CMYK | 0.69 | 0 | 0.68 | 0.02 |
| HSL | 121.05º | 0.93% | 0.64% | - |
| HSV(B) | 121.05º | 0.69% | 0.98% | - |
| XYZ | 38.38 | 69.91 | 19.06 | - |
| YUV | 178.31 | 72.52 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 249 | 80 | 0.69 | 0 | 0.68 | 0.02 | 121.05 | 0.93 | 0.64 |
| Hex | 4D | F9 | 50 | 45 | 0 | 44 | 2 | 79 | 5D | 40 |
| Octal | 115 | 371 | 120 | 105 | 0 | 104 | 2 | 171 | 135 | 100 |
| Binary | 1001101 | 11111001 | 1010000 | 1000101 | 0 | 1000100 | 10 | 1111001 | 1011101 | 1000000 |
Color Harmonies of #4DF950
Complementary color
Monochromatic Colors of #4DF950
Black with #4DF950
Text Example
Text Example
White with #4DF950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF950; }
p { color: rgb(77,249,80); }
H1.HeaderClassName
{
color: #4DF950;
}
.AnyTagClassName
{
color: #4DF950;
}
</style>
background-color css
<style>
a { background-color: #4DF950; }
a { background-color: rgb(77,249,80); }
div.DivClassName
{
background-color: #4DF950;
}
.BgClassName
{
background-color: #4DF950;
}
</style>
border-color css
<style>
span { border-color: #4DF950; }
span { border-color: rgb(77,249,80); }
td.TdClassName
{
border-color: #4DF950;
}
.TagClassName
{
border-color: #4DF950;
}
</style>