Shades of Screamin' Green #4DFC36
Tints of Screamin' Green #4DFC36
RGB
CMYK
RGB Variations
Color information
#4DFC36 (or 0x4DFC36) is known color: Screamin' Green. HEX triplet: 4D, FC and 36. RGB value is (77,252,54). Sum of RGB (Red+Green+Blue) = 77+252+54=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 252 (98.83% from 255 or 65.80% from 383); Blue value is 54 (21.48% from 255 or 14.10% from 383); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFC36 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFC36 is #B203C9. Grayscale: #B1B1B1. Windows color (decimal): -11666378 or 3603533. OLE color: 3603533.
HSL color Cylindrical-coordinate representation of color #4DFC36: hue angle of 113.03º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4DFC36 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 54 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.01 |
| HSL | 113.03º | 0.97% | 0.6% | - |
| HSV(B) | 113.03º | 0.79% | 0.99% | - |
| XYZ | 38.54 | 71.46 | 15.25 | - |
| YUV | 177.1 | 58.52 | 56.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 54 | 0.69 | 0 | 0.79 | 0.01 | 113.03 | 0.97 | 0.6 |
| Hex | 4D | FC | 36 | 45 | 0 | 4F | 1 | 71 | 61 | 3C |
| Octal | 115 | 374 | 66 | 105 | 0 | 117 | 1 | 161 | 141 | 74 |
| Binary | 1001101 | 11111100 | 110110 | 1000101 | 0 | 1001111 | 1 | 1110001 | 1100001 | 111100 |
Color Harmonies of #4DFC36
Complementary color
Monochromatic Colors of #4DFC36
Black with #4DFC36
Text Example
Text Example
White with #4DFC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFC36; }
p { color: rgb(77,252,54); }
H1.HeaderClassName
{
color: #4DFC36;
}
.AnyTagClassName
{
color: #4DFC36;
}
</style>
background-color css
<style>
a { background-color: #4DFC36; }
a { background-color: rgb(77,252,54); }
div.DivClassName
{
background-color: #4DFC36;
}
.BgClassName
{
background-color: #4DFC36;
}
</style>
border-color css
<style>
span { border-color: #4DFC36; }
span { border-color: rgb(77,252,54); }
td.TdClassName
{
border-color: #4DFC36;
}
.TagClassName
{
border-color: #4DFC36;
}
</style>