Shades of Screamin' Green #4DFA49
Tints of Screamin' Green #4DFA49
RGB
CMYK
RGB Variations
Color information
#4DFA49 (or 0x4DFA49) is known color: Screamin' Green. HEX triplet: 4D, FA and 49. RGB value is (77,250,73). Sum of RGB (Red+Green+Blue) = 77+250+73=400 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.25% from 400); Green value is 250 (98.05% from 255 or 62.5% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFA49 is #B205B6. Grayscale: #B2B2B2. Windows color (decimal): -11666871 or 4848205. OLE color: 4848205.
HSL color Cylindrical-coordinate representation of color #4DFA49: hue angle of 118.64º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4DFA49 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 73 | - |
| CMYK | 0.69 | 0 | 0.71 | 0.02 |
| HSL | 118.64º | 0.95% | 0.63% | - |
| HSV(B) | 118.64º | 0.71% | 0.98% | - |
| XYZ | 38.45 | 70.43 | 17.87 | - |
| YUV | 178.1 | 68.69 | 55.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 73 | 0.69 | 0 | 0.71 | 0.02 | 118.64 | 0.95 | 0.63 |
| Hex | 4D | FA | 49 | 45 | 0 | 47 | 2 | 77 | 5F | 3F |
| Octal | 115 | 372 | 111 | 105 | 0 | 107 | 2 | 167 | 137 | 77 |
| Binary | 1001101 | 11111010 | 1001001 | 1000101 | 0 | 1000111 | 10 | 1110111 | 1011111 | 111111 |
Color Harmonies of #4DFA49
Complementary color
Monochromatic Colors of #4DFA49
Black with #4DFA49
Text Example
Text Example
White with #4DFA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFA49; }
p { color: rgb(77,250,73); }
H1.HeaderClassName
{
color: #4DFA49;
}
.AnyTagClassName
{
color: #4DFA49;
}
</style>
background-color css
<style>
a { background-color: #4DFA49; }
a { background-color: rgb(77,250,73); }
div.DivClassName
{
background-color: #4DFA49;
}
.BgClassName
{
background-color: #4DFA49;
}
</style>
border-color css
<style>
span { border-color: #4DFA49; }
span { border-color: rgb(77,250,73); }
td.TdClassName
{
border-color: #4DFA49;
}
.TagClassName
{
border-color: #4DFA49;
}
</style>