Shades of Screamin' Green #74F449
Tints of Screamin' Green #74F449
RGB
CMYK
RGB Variations
Color information
#74F449 (or 0x74F449) is known color: Screamin' Green. HEX triplet: 74, F4 and 49. RGB value is (116,244,73). Sum of RGB (Red+Green+Blue) = 116+244+73=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 244 (95.70% from 255 or 56.35% from 433); Blue value is 73 (28.91% from 255 or 16.86% from 433); Max value from RGB is 244 - color contains mainly: green. Hex color #74F449 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F449 is #8B0BB6. Grayscale: #BABABA. Windows color (decimal): -9112503 or 4846708. OLE color: 4846708.
HSL color Cylindrical-coordinate representation of color #74F449: hue angle of 104.91º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74F449 is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 244 | 73 | - |
| CMYK | 0.52 | 0 | 0.70 | 0.04 |
| HSL | 104.91º | 0.89% | 0.62% | - |
| HSV(B) | 104.91º | 0.7% | 0.96% | - |
| XYZ | 40.76 | 68.9 | 17.45 | - |
| YUV | 186.23 | 64.09 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 244 | 73 | 0.52 | 0 | 0.70 | 0.04 | 104.91 | 0.89 | 0.62 |
| Hex | 74 | F4 | 49 | 34 | 0 | 46 | 4 | 69 | 59 | 3E |
| Octal | 164 | 364 | 111 | 64 | 0 | 106 | 4 | 151 | 131 | 76 |
| Binary | 1110100 | 11110100 | 1001001 | 110100 | 0 | 1000110 | 100 | 1101001 | 1011001 | 111110 |
Color Harmonies of #74F449
Complementary color
Monochromatic Colors of #74F449
Black with #74F449
Text Example
Text Example
White with #74F449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F449; }
p { color: rgb(116,244,73); }
H1.HeaderClassName
{
color: #74F449;
}
.AnyTagClassName
{
color: #74F449;
}
</style>
background-color css
<style>
a { background-color: #74F449; }
a { background-color: rgb(116,244,73); }
div.DivClassName
{
background-color: #74F449;
}
.BgClassName
{
background-color: #74F449;
}
</style>
border-color css
<style>
span { border-color: #74F449; }
span { border-color: rgb(116,244,73); }
td.TdClassName
{
border-color: #74F449;
}
.TagClassName
{
border-color: #74F449;
}
</style>