Shades of Screamin' Green #74F749
Tints of Screamin' Green #74F749
RGB
CMYK
RGB Variations
Color information
#74F749 (or 0x74F749) is known color: Screamin' Green. HEX triplet: 74, F7 and 49. RGB value is (116,247,73). Sum of RGB (Red+Green+Blue) = 116+247+73=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 247 (96.88% from 255 or 56.65% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 247 - color contains mainly: green. Hex color #74F749 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F749 is #8B08B6. Grayscale: #BCBCBC. Windows color (decimal): -9111735 or 4847476. OLE color: 4847476.
HSL color Cylindrical-coordinate representation of color #74F749: hue angle of 105.17º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74F749 is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 247 | 73 | - |
| CMYK | 0.53 | 0 | 0.70 | 0.03 |
| HSL | 105.17º | 0.92% | 0.63% | - |
| HSV(B) | 105.17º | 0.7% | 0.97% | - |
| XYZ | 41.67 | 70.72 | 17.76 | - |
| YUV | 188 | 63.1 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 247 | 73 | 0.53 | 0 | 0.70 | 0.03 | 105.17 | 0.92 | 0.63 |
| Hex | 74 | F7 | 49 | 35 | 0 | 46 | 3 | 69 | 5C | 3F |
| Octal | 164 | 367 | 111 | 65 | 0 | 106 | 3 | 151 | 134 | 77 |
| Binary | 1110100 | 11110111 | 1001001 | 110101 | 0 | 1000110 | 11 | 1101001 | 1011100 | 111111 |
Color Harmonies of #74F749
Complementary color
Monochromatic Colors of #74F749
Black with #74F749
Text Example
Text Example
White with #74F749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F749; }
p { color: rgb(116,247,73); }
H1.HeaderClassName
{
color: #74F749;
}
.AnyTagClassName
{
color: #74F749;
}
</style>
background-color css
<style>
a { background-color: #74F749; }
a { background-color: rgb(116,247,73); }
div.DivClassName
{
background-color: #74F749;
}
.BgClassName
{
background-color: #74F749;
}
</style>
border-color css
<style>
span { border-color: #74F749; }
span { border-color: rgb(116,247,73); }
td.TdClassName
{
border-color: #74F749;
}
.TagClassName
{
border-color: #74F749;
}
</style>