Shades of Screamin' Green #4DFF55
Tints of Screamin' Green #4DFF55
RGB
CMYK
RGB Variations
Color information
#4DFF55 (or 0x4DFF55) is known color: Screamin' Green. HEX triplet: 4D, FF and 55. RGB value is (77,255,85). Sum of RGB (Red+Green+Blue) = 77+255+85=417 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.47% from 417); Green value is 255 (100% from 255 or 61.15% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF55 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4DFF55 is #B200AA. Grayscale: #B6B6B6. Windows color (decimal): -11665579 or 5635917. OLE color: 5635917.
HSL color Cylindrical-coordinate representation of color #4DFF55: hue angle of 122.7º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFF55 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 85 | - |
| CMYK | 0.70 | 0 | 0.67 | 0 |
| HSL | 122.7º | 1% | 0.65% | - |
| HSV(B) | 122.7º | 0.7% | 1% | - |
| XYZ | 40.46 | 73.75 | 20.7 | - |
| YUV | 182.4 | 73.03 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 85 | 0.70 | 0 | 0.67 | 0 | 122.7 | 1 | 0.65 |
| Hex | 4D | FF | 55 | 46 | 0 | 43 | 0 | 7B | 64 | 41 |
| Octal | 115 | 377 | 125 | 106 | 0 | 103 | 0 | 173 | 144 | 101 |
| Binary | 1001101 | 11111111 | 1010101 | 1000110 | 0 | 1000011 | 0 | 1111011 | 1100100 | 1000001 |
Color Harmonies of #4DFF55
Complementary color
Monochromatic Colors of #4DFF55
Black with #4DFF55
Text Example
Text Example
White with #4DFF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFF55; }
p { color: rgb(77,255,85); }
H1.HeaderClassName
{
color: #4DFF55;
}
.AnyTagClassName
{
color: #4DFF55;
}
</style>
background-color css
<style>
a { background-color: #4DFF55; }
a { background-color: rgb(77,255,85); }
div.DivClassName
{
background-color: #4DFF55;
}
.BgClassName
{
background-color: #4DFF55;
}
</style>
border-color css
<style>
span { border-color: #4DFF55; }
span { border-color: rgb(77,255,85); }
td.TdClassName
{
border-color: #4DFF55;
}
.TagClassName
{
border-color: #4DFF55;
}
</style>