Shades of Screamin' Green #4CF249
Tints of Screamin' Green #4CF249
RGB
CMYK
RGB Variations
Color information
#4CF249 (or 0x4CF249) is known color: Screamin' Green. HEX triplet: 4C, F2 and 49. RGB value is (76,242,73). Sum of RGB (Red+Green+Blue) = 76+242+73=391 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.44% from 391); Green value is 242 (94.92% from 255 or 61.89% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF249 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF249 is #B30DB6. Grayscale: #ADADAD. Windows color (decimal): -11734455 or 4846156. OLE color: 4846156.
HSL color Cylindrical-coordinate representation of color #4CF249: hue angle of 118.93º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CF249 is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 242 | 73 | - |
| CMYK | 0.69 | 0 | 0.70 | 0.05 |
| HSL | 118.93º | 0.87% | 0.62% | - |
| HSV(B) | 118.93º | 0.7% | 0.95% | - |
| XYZ | 35.94 | 65.52 | 17.06 | - |
| YUV | 173.1 | 71.5 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 73 | 0.69 | 0 | 0.70 | 0.05 | 118.93 | 0.87 | 0.62 |
| Hex | 4C | F2 | 49 | 45 | 0 | 46 | 5 | 77 | 57 | 3E |
| Octal | 114 | 362 | 111 | 105 | 0 | 106 | 5 | 167 | 127 | 76 |
| Binary | 1001100 | 11110010 | 1001001 | 1000101 | 0 | 1000110 | 101 | 1110111 | 1010111 | 111110 |
Color Harmonies of #4CF249
Complementary color
Monochromatic Colors of #4CF249
Black with #4CF249
Text Example
Text Example
White with #4CF249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF249; }
p { color: rgb(76,242,73); }
H1.HeaderClassName
{
color: #4CF249;
}
.AnyTagClassName
{
color: #4CF249;
}
</style>
background-color css
<style>
a { background-color: #4CF249; }
a { background-color: rgb(76,242,73); }
div.DivClassName
{
background-color: #4CF249;
}
.BgClassName
{
background-color: #4CF249;
}
</style>
border-color css
<style>
span { border-color: #4CF249; }
span { border-color: rgb(76,242,73); }
td.TdClassName
{
border-color: #4CF249;
}
.TagClassName
{
border-color: #4CF249;
}
</style>