Shades of Screamin' Green #4DFA42
Tints of Screamin' Green #4DFA42
RGB
CMYK
RGB Variations
Color information
#4DFA42 (or 0x4DFA42) is known color: Screamin' Green. HEX triplet: 4D, FA and 42. RGB value is (77,250,66). Sum of RGB (Red+Green+Blue) = 77+250+66=393 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.59% from 393); Green value is 250 (98.05% from 255 or 63.61% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFA42 is #B205BD. Grayscale: #B1B1B1. Windows color (decimal): -11666878 or 4389453. OLE color: 4389453.
HSL color Cylindrical-coordinate representation of color #4DFA42: hue angle of 116.41º 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 #4DFA42 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 66 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.02 |
| HSL | 116.41º | 0.95% | 0.62% | - |
| HSV(B) | 116.41º | 0.74% | 0.98% | - |
| XYZ | 38.23 | 70.34 | 16.72 | - |
| YUV | 177.3 | 65.19 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 66 | 0.69 | 0 | 0.74 | 0.02 | 116.41 | 0.95 | 0.62 |
| Hex | 4D | FA | 42 | 45 | 0 | 4A | 2 | 74 | 5F | 3E |
| Octal | 115 | 372 | 102 | 105 | 0 | 112 | 2 | 164 | 137 | 76 |
| Binary | 1001101 | 11111010 | 1000010 | 1000101 | 0 | 1001010 | 10 | 1110100 | 1011111 | 111110 |
Color Harmonies of #4DFA42
Complementary color
Monochromatic Colors of #4DFA42
Black with #4DFA42
Text Example
Text Example
White with #4DFA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFA42; }
p { color: rgb(77,250,66); }
H1.HeaderClassName
{
color: #4DFA42;
}
.AnyTagClassName
{
color: #4DFA42;
}
</style>
background-color css
<style>
a { background-color: #4DFA42; }
a { background-color: rgb(77,250,66); }
div.DivClassName
{
background-color: #4DFA42;
}
.BgClassName
{
background-color: #4DFA42;
}
</style>
border-color css
<style>
span { border-color: #4DFA42; }
span { border-color: rgb(77,250,66); }
td.TdClassName
{
border-color: #4DFA42;
}
.TagClassName
{
border-color: #4DFA42;
}
</style>