Shades of Screamin' Green #4DDF55
Tints of Screamin' Green #4DDF55
RGB
CMYK
RGB Variations
Color information
#4DDF55 (or 0x4DDF55) is known color: Screamin' Green. HEX triplet: 4D, DF and 55. RGB value is (77,223,85). Sum of RGB (Red+Green+Blue) = 77+223+85=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDF55 is #B220AA. Grayscale: #A4A4A4. Windows color (decimal): -11673771 or 5627725. OLE color: 5627725.
HSL color Cylindrical-coordinate representation of color #4DDF55: hue angle of 123.29º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDF55 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 223 | 85 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.13 |
| HSL | 123.29º | 0.7% | 0.59% | - |
| HSV(B) | 123.29º | 0.65% | 0.87% | - |
| XYZ | 31.09 | 55.01 | 17.57 | - |
| YUV | 163.61 | 83.63 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 223 | 85 | 0.65 | 0 | 0.62 | 0.13 | 123.29 | 0.7 | 0.59 |
| Hex | 4D | DF | 55 | 41 | 0 | 3E | D | 7B | 46 | 3B |
| Octal | 115 | 337 | 125 | 101 | 0 | 76 | 15 | 173 | 106 | 73 |
| Binary | 1001101 | 11011111 | 1010101 | 1000001 | 0 | 111110 | 1101 | 1111011 | 1000110 | 111011 |
Color Harmonies of #4DDF55
Complementary color
Monochromatic Colors of #4DDF55
Black with #4DDF55
Text Example
Text Example
White with #4DDF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDF55; }
p { color: rgb(77,223,85); }
H1.HeaderClassName
{
color: #4DDF55;
}
.AnyTagClassName
{
color: #4DDF55;
}
</style>
background-color css
<style>
a { background-color: #4DDF55; }
a { background-color: rgb(77,223,85); }
div.DivClassName
{
background-color: #4DDF55;
}
.BgClassName
{
background-color: #4DDF55;
}
</style>
border-color css
<style>
span { border-color: #4DDF55; }
span { border-color: rgb(77,223,85); }
td.TdClassName
{
border-color: #4DDF55;
}
.TagClassName
{
border-color: #4DDF55;
}
</style>