Shades of Screamin' Green #4DFF5A
Tints of Screamin' Green #4DFF5A
RGB
CMYK
RGB Variations
Color information
#4DFF5A (or 0x4DFF5A) is known color: Screamin' Green. HEX triplet: 4D, FF and 5A. RGB value is (77,255,90). Sum of RGB (Red+Green+Blue) = 77+255+90=422 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.25% from 422); Green value is 255 (100% from 255 or 60.43% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF5A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4DFF5A is #B200A5. Grayscale: #B7B7B7. Windows color (decimal): -11665574 or 5963597. OLE color: 5963597.
HSL color Cylindrical-coordinate representation of color #4DFF5A: hue angle of 124.38º 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 #4DFF5A is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 90 | - |
| CMYK | 0.70 | 0 | 0.65 | 0 |
| HSL | 124.38º | 1% | 0.65% | - |
| HSV(B) | 124.38º | 0.7% | 1% | - |
| XYZ | 40.67 | 73.84 | 21.78 | - |
| YUV | 182.97 | 75.53 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 90 | 0.70 | 0 | 0.65 | 0 | 124.38 | 1 | 0.65 |
| Hex | 4D | FF | 5A | 46 | 0 | 41 | 0 | 7C | 64 | 41 |
| Octal | 115 | 377 | 132 | 106 | 0 | 101 | 0 | 174 | 144 | 101 |
| Binary | 1001101 | 11111111 | 1011010 | 1000110 | 0 | 1000001 | 0 | 1111100 | 1100100 | 1000001 |
Color Harmonies of #4DFF5A
Complementary color
Monochromatic Colors of #4DFF5A
Black with #4DFF5A
Text Example
Text Example
White with #4DFF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFF5A; }
p { color: rgb(77,255,90); }
H1.HeaderClassName
{
color: #4DFF5A;
}
.AnyTagClassName
{
color: #4DFF5A;
}
</style>
background-color css
<style>
a { background-color: #4DFF5A; }
a { background-color: rgb(77,255,90); }
div.DivClassName
{
background-color: #4DFF5A;
}
.BgClassName
{
background-color: #4DFF5A;
}
</style>
border-color css
<style>
span { border-color: #4DFF5A; }
span { border-color: rgb(77,255,90); }
td.TdClassName
{
border-color: #4DFF5A;
}
.TagClassName
{
border-color: #4DFF5A;
}
</style>