Shades of Screamin' Green #4DFF3D
Tints of Screamin' Green #4DFF3D
RGB
CMYK
RGB Variations
Color information
#4DFF3D (or 0x4DFF3D) is known color: Screamin' Green. HEX triplet: 4D, FF and 3D. RGB value is (77,255,61). Sum of RGB (Red+Green+Blue) = 77+255+61=393 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.59% from 393); Green value is 255 (100% from 255 or 64.89% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF3D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFF3D is #B200C2. Grayscale: #B4B4B4. Windows color (decimal): -11665603 or 4063053. OLE color: 4063053.
HSL color Cylindrical-coordinate representation of color #4DFF3D: hue angle of 115.05º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4DFF3D is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 61 | - |
| CMYK | 0.70 | 0 | 0.76 | 0 |
| HSL | 115.05º | 1% | 0.62% | - |
| HSV(B) | 115.05º | 0.76% | 1% | - |
| XYZ | 39.66 | 73.43 | 16.5 | - |
| YUV | 179.66 | 61.03 | 54.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 61 | 0.70 | 0 | 0.76 | 0 | 115.05 | 1 | 0.62 |
| Hex | 4D | FF | 3D | 46 | 0 | 4C | 0 | 73 | 64 | 3E |
| Octal | 115 | 377 | 75 | 106 | 0 | 114 | 0 | 163 | 144 | 76 |
| Binary | 1001101 | 11111111 | 111101 | 1000110 | 0 | 1001100 | 0 | 1110011 | 1100100 | 111110 |
Color Harmonies of #4DFF3D
Complementary color
Monochromatic Colors of #4DFF3D
Black with #4DFF3D
Text Example
Text Example
White with #4DFF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFF3D; }
p { color: rgb(77,255,61); }
H1.HeaderClassName
{
color: #4DFF3D;
}
.AnyTagClassName
{
color: #4DFF3D;
}
</style>
background-color css
<style>
a { background-color: #4DFF3D; }
a { background-color: rgb(77,255,61); }
div.DivClassName
{
background-color: #4DFF3D;
}
.BgClassName
{
background-color: #4DFF3D;
}
</style>
border-color css
<style>
span { border-color: #4DFF3D; }
span { border-color: rgb(77,255,61); }
td.TdClassName
{
border-color: #4DFF3D;
}
.TagClassName
{
border-color: #4DFF3D;
}
</style>