Shades of Screamin' Green #4DF258
Tints of Screamin' Green #4DF258
RGB
CMYK
RGB Variations
Color information
#4DF258 (or 0x4DF258) is known color: Screamin' Green. HEX triplet: 4D, F2 and 58. RGB value is (77,242,88). Sum of RGB (Red+Green+Blue) = 77+242+88=407 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.92% from 407); Green value is 242 (94.92% from 255 or 59.46% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF258 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4DF258 is #B20DA7. Grayscale: #AFAFAF. Windows color (decimal): -11668904 or 5829197. OLE color: 5829197.
HSL color Cylindrical-coordinate representation of color #4DF258: hue angle of 124º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF258 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 242 | 88 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.05 |
| HSL | 124º | 0.86% | 0.63% | - |
| HSV(B) | 124º | 0.68% | 0.95% | - |
| XYZ | 36.57 | 65.79 | 20 | - |
| YUV | 175.11 | 78.84 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 242 | 88 | 0.68 | 0 | 0.64 | 0.05 | 124 | 0.86 | 0.63 |
| Hex | 4D | F2 | 58 | 44 | 0 | 40 | 5 | 7C | 56 | 3F |
| Octal | 115 | 362 | 130 | 104 | 0 | 100 | 5 | 174 | 126 | 77 |
| Binary | 1001101 | 11110010 | 1011000 | 1000100 | 0 | 1000000 | 101 | 1111100 | 1010110 | 111111 |
Color Harmonies of #4DF258
Complementary color
Monochromatic Colors of #4DF258
Black with #4DF258
Text Example
Text Example
White with #4DF258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF258; }
p { color: rgb(77,242,88); }
H1.HeaderClassName
{
color: #4DF258;
}
.AnyTagClassName
{
color: #4DF258;
}
</style>
background-color css
<style>
a { background-color: #4DF258; }
a { background-color: rgb(77,242,88); }
div.DivClassName
{
background-color: #4DF258;
}
.BgClassName
{
background-color: #4DF258;
}
</style>
border-color css
<style>
span { border-color: #4DF258; }
span { border-color: rgb(77,242,88); }
td.TdClassName
{
border-color: #4DF258;
}
.TagClassName
{
border-color: #4DF258;
}
</style>