Shades of Screamin' Green #74F940
Tints of Screamin' Green #74F940
RGB
CMYK
RGB Variations
Color information
#74F940 (or 0x74F940) is known color: Screamin' Green. HEX triplet: 74, F9 and 40. RGB value is (116,249,64). Sum of RGB (Red+Green+Blue) = 116+249+64=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 249 (97.66% from 255 or 58.04% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 249 - color contains mainly: green. Hex color #74F940 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F940 is #8B06BF. Grayscale: #BCBCBC. Windows color (decimal): -9111232 or 4258164. OLE color: 4258164.
HSL color Cylindrical-coordinate representation of color #74F940: hue angle of 103.14º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74F940 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 249 | 64 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.02 |
| HSL | 103.14º | 0.94% | 0.61% | - |
| HSV(B) | 103.14º | 0.74% | 0.98% | - |
| XYZ | 42 | 71.83 | 16.5 | - |
| YUV | 188.14 | 57.94 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 249 | 64 | 0.53 | 0 | 0.74 | 0.02 | 103.14 | 0.94 | 0.61 |
| Hex | 74 | F9 | 40 | 35 | 0 | 4A | 2 | 67 | 5E | 3D |
| Octal | 164 | 371 | 100 | 65 | 0 | 112 | 2 | 147 | 136 | 75 |
| Binary | 1110100 | 11111001 | 1000000 | 110101 | 0 | 1001010 | 10 | 1100111 | 1011110 | 111101 |
Color Harmonies of #74F940
Complementary color
Monochromatic Colors of #74F940
Black with #74F940
Text Example
Text Example
White with #74F940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F940; }
p { color: rgb(116,249,64); }
H1.HeaderClassName
{
color: #74F940;
}
.AnyTagClassName
{
color: #74F940;
}
</style>
background-color css
<style>
a { background-color: #74F940; }
a { background-color: rgb(116,249,64); }
div.DivClassName
{
background-color: #74F940;
}
.BgClassName
{
background-color: #74F940;
}
</style>
border-color css
<style>
span { border-color: #74F940; }
span { border-color: rgb(116,249,64); }
td.TdClassName
{
border-color: #74F940;
}
.TagClassName
{
border-color: #74F940;
}
</style>