Shades of Screamin' Green #4DFF36
Tints of Screamin' Green #4DFF36
RGB
CMYK
RGB Variations
Color information
#4DFF36 (or 0x4DFF36) is known color: Screamin' Green. HEX triplet: 4D, FF and 36. RGB value is (77,255,54). Sum of RGB (Red+Green+Blue) = 77+255+54=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 255 (100% from 255 or 66.06% from 386); Blue value is 54 (21.48% from 255 or 13.99% from 386); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF36 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFF36 is #B200C9. Grayscale: #B3B3B3. Windows color (decimal): -11665610 or 3604301. OLE color: 3604301.
HSL color Cylindrical-coordinate representation of color #4DFF36: hue angle of 113.13º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4DFF36 is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 54 | - |
| CMYK | 0.70 | 0 | 0.79 | 0 |
| HSL | 113.13º | 1% | 0.61% | - |
| HSV(B) | 113.13º | 0.79% | 1% | - |
| XYZ | 39.49 | 73.36 | 15.57 | - |
| YUV | 178.86 | 57.53 | 55.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 54 | 0.70 | 0 | 0.79 | 0 | 113.13 | 1 | 0.61 |
| Hex | 4D | FF | 36 | 46 | 0 | 4F | 0 | 71 | 64 | 3D |
| Octal | 115 | 377 | 66 | 106 | 0 | 117 | 0 | 161 | 144 | 75 |
| Binary | 1001101 | 11111111 | 110110 | 1000110 | 0 | 1001111 | 0 | 1110001 | 1100100 | 111101 |
Color Harmonies of #4DFF36
Complementary color
Monochromatic Colors of #4DFF36
Black with #4DFF36
Text Example
Text Example
White with #4DFF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFF36; }
p { color: rgb(77,255,54); }
H1.HeaderClassName
{
color: #4DFF36;
}
.AnyTagClassName
{
color: #4DFF36;
}
</style>
background-color css
<style>
a { background-color: #4DFF36; }
a { background-color: rgb(77,255,54); }
div.DivClassName
{
background-color: #4DFF36;
}
.BgClassName
{
background-color: #4DFF36;
}
</style>
border-color css
<style>
span { border-color: #4DFF36; }
span { border-color: rgb(77,255,54); }
td.TdClassName
{
border-color: #4DFF36;
}
.TagClassName
{
border-color: #4DFF36;
}
</style>