Shades of Screamin' Green #4DFA4A
Tints of Screamin' Green #4DFA4A
RGB
CMYK
RGB Variations
Color information
#4DFA4A (or 0x4DFA4A) is known color: Screamin' Green. HEX triplet: 4D, FA and 4A. RGB value is (77,250,74). Sum of RGB (Red+Green+Blue) = 77+250+74=401 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.20% from 401); Green value is 250 (98.05% from 255 or 62.34% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA4A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFA4A is #B205B5. Grayscale: #B2B2B2. Windows color (decimal): -11666870 or 4913741. OLE color: 4913741.
HSL color Cylindrical-coordinate representation of color #4DFA4A: hue angle of 118.98º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFA4A is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 74 | - |
| CMYK | 0.69 | 0 | 0.70 | 0.02 |
| HSL | 118.98º | 0.95% | 0.64% | - |
| HSV(B) | 118.98º | 0.7% | 0.98% | - |
| XYZ | 38.48 | 70.44 | 18.05 | - |
| YUV | 178.21 | 69.19 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 74 | 0.69 | 0 | 0.70 | 0.02 | 118.98 | 0.95 | 0.64 |
| Hex | 4D | FA | 4A | 45 | 0 | 46 | 2 | 77 | 5F | 40 |
| Octal | 115 | 372 | 112 | 105 | 0 | 106 | 2 | 167 | 137 | 100 |
| Binary | 1001101 | 11111010 | 1001010 | 1000101 | 0 | 1000110 | 10 | 1110111 | 1011111 | 1000000 |
Color Harmonies of #4DFA4A
Complementary color
Monochromatic Colors of #4DFA4A
Black with #4DFA4A
Text Example
Text Example
White with #4DFA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFA4A; }
p { color: rgb(77,250,74); }
H1.HeaderClassName
{
color: #4DFA4A;
}
.AnyTagClassName
{
color: #4DFA4A;
}
</style>
background-color css
<style>
a { background-color: #4DFA4A; }
a { background-color: rgb(77,250,74); }
div.DivClassName
{
background-color: #4DFA4A;
}
.BgClassName
{
background-color: #4DFA4A;
}
</style>
border-color css
<style>
span { border-color: #4DFA4A; }
span { border-color: rgb(77,250,74); }
td.TdClassName
{
border-color: #4DFA4A;
}
.TagClassName
{
border-color: #4DFA4A;
}
</style>