Shades of Screamin' Green #4DFA40
Tints of Screamin' Green #4DFA40
RGB
CMYK
RGB Variations
Color information
#4DFA40 (or 0x4DFA40) is known color: Screamin' Green. HEX triplet: 4D, FA and 40. RGB value is (77,250,64). Sum of RGB (Red+Green+Blue) = 77+250+64=391 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.69% from 391); Green value is 250 (98.05% from 255 or 63.94% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFA40 is #B205BF. Grayscale: #B1B1B1. Windows color (decimal): -11666880 or 4258381. OLE color: 4258381.
HSL color Cylindrical-coordinate representation of color #4DFA40: hue angle of 115.81º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4DFA40 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 64 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.02 |
| HSL | 115.81º | 0.95% | 0.62% | - |
| HSV(B) | 115.81º | 0.74% | 0.98% | - |
| XYZ | 38.17 | 70.32 | 16.41 | - |
| YUV | 177.07 | 64.19 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 64 | 0.69 | 0 | 0.74 | 0.02 | 115.81 | 0.95 | 0.62 |
| Hex | 4D | FA | 40 | 45 | 0 | 4A | 2 | 74 | 5F | 3E |
| Octal | 115 | 372 | 100 | 105 | 0 | 112 | 2 | 164 | 137 | 76 |
| Binary | 1001101 | 11111010 | 1000000 | 1000101 | 0 | 1001010 | 10 | 1110100 | 1011111 | 111110 |
Color Harmonies of #4DFA40
Complementary color
Monochromatic Colors of #4DFA40
Black with #4DFA40
Text Example
Text Example
White with #4DFA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFA40; }
p { color: rgb(77,250,64); }
H1.HeaderClassName
{
color: #4DFA40;
}
.AnyTagClassName
{
color: #4DFA40;
}
</style>
background-color css
<style>
a { background-color: #4DFA40; }
a { background-color: rgb(77,250,64); }
div.DivClassName
{
background-color: #4DFA40;
}
.BgClassName
{
background-color: #4DFA40;
}
</style>
border-color css
<style>
span { border-color: #4DFA40; }
span { border-color: rgb(77,250,64); }
td.TdClassName
{
border-color: #4DFA40;
}
.TagClassName
{
border-color: #4DFA40;
}
</style>