Shades of Screamin' Green #4DFE41
Tints of Screamin' Green #4DFE41
RGB
CMYK
RGB Variations
Color information
#4DFE41 (or 0x4DFE41) is known color: Screamin' Green. HEX triplet: 4D, FE and 41. RGB value is (77,254,65). Sum of RGB (Red+Green+Blue) = 77+254+65=396 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.44% from 396); Green value is 254 (99.61% from 255 or 64.14% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFE41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFE41 is #B201BE. Grayscale: #B4B4B4. Windows color (decimal): -11665855 or 4324941. OLE color: 4324941.
HSL color Cylindrical-coordinate representation of color #4DFE41: hue angle of 116.19º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4DFE41 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 254 | 65 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.00 |
| HSL | 116.19º | 0.99% | 0.63% | - |
| HSV(B) | 116.19º | 0.74% | 1% | - |
| XYZ | 39.46 | 72.84 | 16.98 | - |
| YUV | 179.53 | 63.36 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 254 | 65 | 0.70 | 0 | 0.74 | 0.00 | 116.19 | 0.99 | 0.63 |
| Hex | 4D | FE | 41 | 46 | 0 | 4A | 0 | 74 | 63 | 3F |
| Octal | 115 | 376 | 101 | 106 | 0 | 112 | 0 | 164 | 143 | 77 |
| Binary | 1001101 | 11111110 | 1000001 | 1000110 | 0 | 1001010 | 0 | 1110100 | 1100011 | 111111 |
Color Harmonies of #4DFE41
Complementary color
Monochromatic Colors of #4DFE41
Black with #4DFE41
Text Example
Text Example
White with #4DFE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFE41; }
p { color: rgb(77,254,65); }
H1.HeaderClassName
{
color: #4DFE41;
}
.AnyTagClassName
{
color: #4DFE41;
}
</style>
background-color css
<style>
a { background-color: #4DFE41; }
a { background-color: rgb(77,254,65); }
div.DivClassName
{
background-color: #4DFE41;
}
.BgClassName
{
background-color: #4DFE41;
}
</style>
border-color css
<style>
span { border-color: #4DFE41; }
span { border-color: rgb(77,254,65); }
td.TdClassName
{
border-color: #4DFE41;
}
.TagClassName
{
border-color: #4DFE41;
}
</style>