Shades of Screamin' Green #4DFC6A
Tints of Screamin' Green #4DFC6A
RGB
CMYK
RGB Variations
Color information
#4DFC6A (or 0x4DFC6A) is known color: Screamin' Green. HEX triplet: 4D, FC and 6A. RGB value is (77,252,106). Sum of RGB (Red+Green+Blue) = 77+252+106=435 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.70% from 435); Green value is 252 (98.83% from 255 or 57.93% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFC6A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4DFC6A is #B20395. Grayscale: #B7B7B7. Windows color (decimal): -11666326 or 7011405. OLE color: 7011405.
HSL color Cylindrical-coordinate representation of color #4DFC6A: hue angle of 129.94º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFC6A is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 106 | - |
| CMYK | 0.69 | 0 | 0.58 | 0.01 |
| HSL | 129.94º | 0.97% | 0.65% | - |
| HSV(B) | 129.94º | 0.69% | 0.99% | - |
| XYZ | 40.47 | 72.24 | 25.45 | - |
| YUV | 183.03 | 84.52 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 106 | 0.69 | 0 | 0.58 | 0.01 | 129.94 | 0.97 | 0.65 |
| Hex | 4D | FC | 6A | 45 | 0 | 3A | 1 | 82 | 61 | 41 |
| Octal | 115 | 374 | 152 | 105 | 0 | 72 | 1 | 202 | 141 | 101 |
| Binary | 1001101 | 11111100 | 1101010 | 1000101 | 0 | 111010 | 1 | 10000010 | 1100001 | 1000001 |
Color Harmonies of #4DFC6A
Complementary color
Monochromatic Colors of #4DFC6A
Black with #4DFC6A
Text Example
Text Example
White with #4DFC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFC6A; }
p { color: rgb(77,252,106); }
H1.HeaderClassName
{
color: #4DFC6A;
}
.AnyTagClassName
{
color: #4DFC6A;
}
</style>
background-color css
<style>
a { background-color: #4DFC6A; }
a { background-color: rgb(77,252,106); }
div.DivClassName
{
background-color: #4DFC6A;
}
.BgClassName
{
background-color: #4DFC6A;
}
</style>
border-color css
<style>
span { border-color: #4DFC6A; }
span { border-color: rgb(77,252,106); }
td.TdClassName
{
border-color: #4DFC6A;
}
.TagClassName
{
border-color: #4DFC6A;
}
</style>