Shades of Screamin' Green #4DFA41
Tints of Screamin' Green #4DFA41
RGB
CMYK
RGB Variations
Color information
#4DFA41 (or 0x4DFA41) is known color: Screamin' Green. HEX triplet: 4D, FA and 41. RGB value is (77,250,65). Sum of RGB (Red+Green+Blue) = 77+250+65=392 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.64% from 392); Green value is 250 (98.05% from 255 or 63.78% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFA41 is #B205BE. Grayscale: #B1B1B1. Windows color (decimal): -11666879 or 4323917. OLE color: 4323917.
HSL color Cylindrical-coordinate representation of color #4DFA41: hue angle of 116.11º 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 #4DFA41 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 65 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.02 |
| HSL | 116.11º | 0.95% | 0.62% | - |
| HSV(B) | 116.11º | 0.74% | 0.98% | - |
| XYZ | 38.2 | 70.33 | 16.56 | - |
| YUV | 177.18 | 64.69 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 65 | 0.69 | 0 | 0.74 | 0.02 | 116.11 | 0.95 | 0.62 |
| Hex | 4D | FA | 41 | 45 | 0 | 4A | 2 | 74 | 5F | 3E |
| Octal | 115 | 372 | 101 | 105 | 0 | 112 | 2 | 164 | 137 | 76 |
| Binary | 1001101 | 11111010 | 1000001 | 1000101 | 0 | 1001010 | 10 | 1110100 | 1011111 | 111110 |
Color Harmonies of #4DFA41
Complementary color
Monochromatic Colors of #4DFA41
Black with #4DFA41
Text Example
Text Example
White with #4DFA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFA41; }
p { color: rgb(77,250,65); }
H1.HeaderClassName
{
color: #4DFA41;
}
.AnyTagClassName
{
color: #4DFA41;
}
</style>
background-color css
<style>
a { background-color: #4DFA41; }
a { background-color: rgb(77,250,65); }
div.DivClassName
{
background-color: #4DFA41;
}
.BgClassName
{
background-color: #4DFA41;
}
</style>
border-color css
<style>
span { border-color: #4DFA41; }
span { border-color: rgb(77,250,65); }
td.TdClassName
{
border-color: #4DFA41;
}
.TagClassName
{
border-color: #4DFA41;
}
</style>