Shades of Screamin' Green #4FDC55
Tints of Screamin' Green #4FDC55
RGB
CMYK
RGB Variations
Color information
#4FDC55 (or 0x4FDC55) is known color: Screamin' Green. HEX triplet: 4F, DC and 55. RGB value is (79,220,85). Sum of RGB (Red+Green+Blue) = 79+220+85=384 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.57% from 384); Green value is 220 (86.33% from 255 or 57.29% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FDC55 is #B023AA. Grayscale: #A2A2A2. Windows color (decimal): -11543467 or 5626959. OLE color: 5626959.
HSL color Cylindrical-coordinate representation of color #4FDC55: hue angle of 122.55º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDC55 is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 220 | 85 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.14 |
| HSL | 122.55º | 0.67% | 0.59% | - |
| HSV(B) | 122.55º | 0.64% | 0.86% | - |
| XYZ | 30.46 | 53.5 | 17.32 | - |
| YUV | 162.45 | 84.29 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 220 | 85 | 0.64 | 0 | 0.61 | 0.14 | 122.55 | 0.67 | 0.59 |
| Hex | 4F | DC | 55 | 40 | 0 | 3D | E | 7B | 43 | 3B |
| Octal | 117 | 334 | 125 | 100 | 0 | 75 | 16 | 173 | 103 | 73 |
| Binary | 1001111 | 11011100 | 1010101 | 1000000 | 0 | 111101 | 1110 | 1111011 | 1000011 | 111011 |
Color Harmonies of #4FDC55
Complementary color
Monochromatic Colors of #4FDC55
Black with #4FDC55
Text Example
Text Example
White with #4FDC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDC55; }
p { color: rgb(79,220,85); }
H1.HeaderClassName
{
color: #4FDC55;
}
.AnyTagClassName
{
color: #4FDC55;
}
</style>
background-color css
<style>
a { background-color: #4FDC55; }
a { background-color: rgb(79,220,85); }
div.DivClassName
{
background-color: #4FDC55;
}
.BgClassName
{
background-color: #4FDC55;
}
</style>
border-color css
<style>
span { border-color: #4FDC55; }
span { border-color: rgb(79,220,85); }
td.TdClassName
{
border-color: #4FDC55;
}
.TagClassName
{
border-color: #4FDC55;
}
</style>