Shades of Screamin' Green #74F149
Tints of Screamin' Green #74F149
RGB
CMYK
RGB Variations
Color information
#74F149 (or 0x74F149) is known color: Screamin' Green. HEX triplet: 74, F1 and 49. RGB value is (116,241,73). Sum of RGB (Red+Green+Blue) = 116+241+73=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 241 (94.53% from 255 or 56.05% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 241 - color contains mainly: green. Hex color #74F149 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F149 is #8B0EB6. Grayscale: #B9B9B9. Windows color (decimal): -9113271 or 4845940. OLE color: 4845940.
HSL color Cylindrical-coordinate representation of color #74F149: hue angle of 104.64º degrees, saturation: 0.86, 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 #74F149 is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 241 | 73 | - |
| CMYK | 0.52 | 0 | 0.70 | 0.05 |
| HSL | 104.64º | 0.86% | 0.62% | - |
| HSV(B) | 104.64º | 0.7% | 0.95% | - |
| XYZ | 39.86 | 67.1 | 17.15 | - |
| YUV | 184.47 | 65.09 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 241 | 73 | 0.52 | 0 | 0.70 | 0.05 | 104.64 | 0.86 | 0.62 |
| Hex | 74 | F1 | 49 | 34 | 0 | 46 | 5 | 69 | 56 | 3E |
| Octal | 164 | 361 | 111 | 64 | 0 | 106 | 5 | 151 | 126 | 76 |
| Binary | 1110100 | 11110001 | 1001001 | 110100 | 0 | 1000110 | 101 | 1101001 | 1010110 | 111110 |
Color Harmonies of #74F149
Complementary color
Monochromatic Colors of #74F149
Black with #74F149
Text Example
Text Example
White with #74F149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F149; }
p { color: rgb(116,241,73); }
H1.HeaderClassName
{
color: #74F149;
}
.AnyTagClassName
{
color: #74F149;
}
</style>
background-color css
<style>
a { background-color: #74F149; }
a { background-color: rgb(116,241,73); }
div.DivClassName
{
background-color: #74F149;
}
.BgClassName
{
background-color: #74F149;
}
</style>
border-color css
<style>
span { border-color: #74F149; }
span { border-color: rgb(116,241,73); }
td.TdClassName
{
border-color: #74F149;
}
.TagClassName
{
border-color: #74F149;
}
</style>