Shades of Screamin' Green #4DFF88
Tints of Screamin' Green #4DFF88
RGB
CMYK
RGB Variations
Color information
#4DFF88 (or 0x4DFF88) is known color: Screamin' Green. HEX triplet: 4D, FF and 88. RGB value is (77,255,136). Sum of RGB (Red+Green+Blue) = 77+255+136=468 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.45% from 468); Green value is 255 (100% from 255 or 54.49% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF88 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFF88 is #B20077. Grayscale: #BCBCBC. Windows color (decimal): -11665528 or 8978253. OLE color: 8978253.
HSL color Cylindrical-coordinate representation of color #4DFF88: hue angle of 139.89º 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 #4DFF88 is Cyan = 0.70, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 136 | - |
| CMYK | 0.70 | 0 | 0.47 | 0 |
| HSL | 139.89º | 1% | 0.65% | - |
| HSV(B) | 139.89º | 0.7% | 1% | - |
| XYZ | 43.26 | 74.88 | 35.46 | - |
| YUV | 188.21 | 98.53 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 136 | 0.70 | 0 | 0.47 | 0 | 139.89 | 1 | 0.65 |
| Hex | 4D | FF | 88 | 46 | 0 | 2F | 0 | 8C | 64 | 41 |
| Octal | 115 | 377 | 210 | 106 | 0 | 57 | 0 | 214 | 144 | 101 |
| Binary | 1001101 | 11111111 | 10001000 | 1000110 | 0 | 101111 | 0 | 10001100 | 1100100 | 1000001 |
Color Harmonies of #4DFF88
Complementary color
Monochromatic Colors of #4DFF88
Black with #4DFF88
Text Example
Text Example
White with #4DFF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFF88; }
p { color: rgb(77,255,136); }
H1.HeaderClassName
{
color: #4DFF88;
}
.AnyTagClassName
{
color: #4DFF88;
}
</style>
background-color css
<style>
a { background-color: #4DFF88; }
a { background-color: rgb(77,255,136); }
div.DivClassName
{
background-color: #4DFF88;
}
.BgClassName
{
background-color: #4DFF88;
}
</style>
border-color css
<style>
span { border-color: #4DFF88; }
span { border-color: rgb(77,255,136); }
td.TdClassName
{
border-color: #4DFF88;
}
.TagClassName
{
border-color: #4DFF88;
}
</style>