Shades of Screamin' Green #4DF940
Tints of Screamin' Green #4DF940
RGB
CMYK
RGB Variations
Color information
#4DF940 (or 0x4DF940) is known color: Screamin' Green. HEX triplet: 4D, F9 and 40. RGB value is (77,249,64). Sum of RGB (Red+Green+Blue) = 77+249+64=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 249 (97.66% from 255 or 63.85% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 249 - color contains mainly: green. Hex color #4DF940 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF940 is #B206BF. Grayscale: #B1B1B1. Windows color (decimal): -11667136 or 4258125. OLE color: 4258125.
HSL color Cylindrical-coordinate representation of color #4DF940: hue angle of 115.78º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4DF940 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 249 | 64 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.02 |
| HSL | 115.78º | 0.94% | 0.61% | - |
| HSV(B) | 115.78º | 0.74% | 0.98% | - |
| XYZ | 37.86 | 69.7 | 16.31 | - |
| YUV | 176.48 | 64.52 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 249 | 64 | 0.69 | 0 | 0.74 | 0.02 | 115.78 | 0.94 | 0.61 |
| Hex | 4D | F9 | 40 | 45 | 0 | 4A | 2 | 74 | 5E | 3D |
| Octal | 115 | 371 | 100 | 105 | 0 | 112 | 2 | 164 | 136 | 75 |
| Binary | 1001101 | 11111001 | 1000000 | 1000101 | 0 | 1001010 | 10 | 1110100 | 1011110 | 111101 |
Color Harmonies of #4DF940
Complementary color
Monochromatic Colors of #4DF940
Black with #4DF940
Text Example
Text Example
White with #4DF940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF940; }
p { color: rgb(77,249,64); }
H1.HeaderClassName
{
color: #4DF940;
}
.AnyTagClassName
{
color: #4DF940;
}
</style>
background-color css
<style>
a { background-color: #4DF940; }
a { background-color: rgb(77,249,64); }
div.DivClassName
{
background-color: #4DF940;
}
.BgClassName
{
background-color: #4DF940;
}
</style>
border-color css
<style>
span { border-color: #4DF940; }
span { border-color: rgb(77,249,64); }
td.TdClassName
{
border-color: #4DF940;
}
.TagClassName
{
border-color: #4DF940;
}
</style>