Shades of Screamin' Green #4DF055
Tints of Screamin' Green #4DF055
RGB
CMYK
RGB Variations
Color information
#4DF055 (or 0x4DF055) is known color: Screamin' Green. HEX triplet: 4D, F0 and 55. RGB value is (77,240,85). Sum of RGB (Red+Green+Blue) = 77+240+85=402 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.15% from 402); Green value is 240 (94.14% from 255 or 59.70% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF055 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4DF055 is #B20FAA. Grayscale: #AEAEAE. Windows color (decimal): -11669419 or 5632077. OLE color: 5632077.
HSL color Cylindrical-coordinate representation of color #4DF055: hue angle of 122.94º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF055 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 240 | 85 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.06 |
| HSL | 122.94º | 0.84% | 0.62% | - |
| HSV(B) | 122.94º | 0.68% | 0.94% | - |
| XYZ | 35.86 | 64.55 | 19.16 | - |
| YUV | 173.59 | 78 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 240 | 85 | 0.68 | 0 | 0.65 | 0.06 | 122.94 | 0.84 | 0.62 |
| Hex | 4D | F0 | 55 | 44 | 0 | 41 | 6 | 7B | 54 | 3E |
| Octal | 115 | 360 | 125 | 104 | 0 | 101 | 6 | 173 | 124 | 76 |
| Binary | 1001101 | 11110000 | 1010101 | 1000100 | 0 | 1000001 | 110 | 1111011 | 1010100 | 111110 |
Color Harmonies of #4DF055
Complementary color
Monochromatic Colors of #4DF055
Black with #4DF055
Text Example
Text Example
White with #4DF055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF055; }
p { color: rgb(77,240,85); }
H1.HeaderClassName
{
color: #4DF055;
}
.AnyTagClassName
{
color: #4DF055;
}
</style>
background-color css
<style>
a { background-color: #4DF055; }
a { background-color: rgb(77,240,85); }
div.DivClassName
{
background-color: #4DF055;
}
.BgClassName
{
background-color: #4DF055;
}
</style>
border-color css
<style>
span { border-color: #4DF055; }
span { border-color: rgb(77,240,85); }
td.TdClassName
{
border-color: #4DF055;
}
.TagClassName
{
border-color: #4DF055;
}
</style>