Shades of Screamin' Green #4DF960
Tints of Screamin' Green #4DF960
RGB
CMYK
RGB Variations
Color information
#4DF960 (or 0x4DF960) is known color: Screamin' Green. HEX triplet: 4D, F9 and 60. RGB value is (77,249,96). Sum of RGB (Red+Green+Blue) = 77+249+96=422 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.25% from 422); Green value is 249 (97.66% from 255 or 59.00% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 249 - color contains mainly: green. Hex color #4DF960 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4DF960 is #B2069F. Grayscale: #B4B4B4. Windows color (decimal): -11667104 or 6355277. OLE color: 6355277.
HSL color Cylindrical-coordinate representation of color #4DF960: hue angle of 126.63º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF960 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 249 | 96 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.02 |
| HSL | 126.63º | 0.93% | 0.64% | - |
| HSV(B) | 126.63º | 0.69% | 0.98% | - |
| XYZ | 39.05 | 70.17 | 22.55 | - |
| YUV | 180.13 | 80.52 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 249 | 96 | 0.69 | 0 | 0.61 | 0.02 | 126.63 | 0.93 | 0.64 |
| Hex | 4D | F9 | 60 | 45 | 0 | 3D | 2 | 7F | 5D | 40 |
| Octal | 115 | 371 | 140 | 105 | 0 | 75 | 2 | 177 | 135 | 100 |
| Binary | 1001101 | 11111001 | 1100000 | 1000101 | 0 | 111101 | 10 | 1111111 | 1011101 | 1000000 |
Color Harmonies of #4DF960
Complementary color
Monochromatic Colors of #4DF960
Black with #4DF960
Text Example
Text Example
White with #4DF960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF960; }
p { color: rgb(77,249,96); }
H1.HeaderClassName
{
color: #4DF960;
}
.AnyTagClassName
{
color: #4DF960;
}
</style>
background-color css
<style>
a { background-color: #4DF960; }
a { background-color: rgb(77,249,96); }
div.DivClassName
{
background-color: #4DF960;
}
.BgClassName
{
background-color: #4DF960;
}
</style>
border-color css
<style>
span { border-color: #4DF960; }
span { border-color: rgb(77,249,96); }
td.TdClassName
{
border-color: #4DF960;
}
.TagClassName
{
border-color: #4DF960;
}
</style>