Shades of Screamin' Green #4CF049
Tints of Screamin' Green #4CF049
RGB
CMYK
RGB Variations
Color information
#4CF049 (or 0x4CF049) is known color: Screamin' Green. HEX triplet: 4C, F0 and 49. RGB value is (76,240,73). Sum of RGB (Red+Green+Blue) = 76+240+73=389 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.54% from 389); Green value is 240 (94.14% from 255 or 61.70% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 240 - color contains mainly: green. Hex color #4CF049 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF049 is #B30FB6. Grayscale: #ACACAC. Windows color (decimal): -11734967 or 4845644. OLE color: 4845644.
HSL color Cylindrical-coordinate representation of color #4CF049: hue angle of 118.92º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CF049 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 240 | 73 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.06 |
| HSL | 118.92º | 0.85% | 0.61% | - |
| HSV(B) | 118.92º | 0.7% | 0.94% | - |
| XYZ | 35.34 | 64.34 | 16.86 | - |
| YUV | 171.93 | 72.17 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 240 | 73 | 0.68 | 0 | 0.70 | 0.06 | 118.92 | 0.85 | 0.61 |
| Hex | 4C | F0 | 49 | 44 | 0 | 46 | 6 | 77 | 55 | 3D |
| Octal | 114 | 360 | 111 | 104 | 0 | 106 | 6 | 167 | 125 | 75 |
| Binary | 1001100 | 11110000 | 1001001 | 1000100 | 0 | 1000110 | 110 | 1110111 | 1010101 | 111101 |
Color Harmonies of #4CF049
Complementary color
Monochromatic Colors of #4CF049
Black with #4CF049
Text Example
Text Example
White with #4CF049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF049; }
p { color: rgb(76,240,73); }
H1.HeaderClassName
{
color: #4CF049;
}
.AnyTagClassName
{
color: #4CF049;
}
</style>
background-color css
<style>
a { background-color: #4CF049; }
a { background-color: rgb(76,240,73); }
div.DivClassName
{
background-color: #4CF049;
}
.BgClassName
{
background-color: #4CF049;
}
</style>
border-color css
<style>
span { border-color: #4CF049; }
span { border-color: rgb(76,240,73); }
td.TdClassName
{
border-color: #4CF049;
}
.TagClassName
{
border-color: #4CF049;
}
</style>