Shades of Screamin' Green #74F448
Tints of Screamin' Green #74F448
RGB
CMYK
RGB Variations
Color information
#74F448 (or 0x74F448) is known color: Screamin' Green. HEX triplet: 74, F4 and 48. RGB value is (116,244,72). Sum of RGB (Red+Green+Blue) = 116+244+72=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 244 (95.70% from 255 or 56.48% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 244 - color contains mainly: green. Hex color #74F448 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F448 is #8B0BB7. Grayscale: #BABABA. Windows color (decimal): -9112504 or 4781172. OLE color: 4781172.
HSL color Cylindrical-coordinate representation of color #74F448: hue angle of 104.65º 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 #74F448 is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 244 | 72 | - |
| CMYK | 0.52 | 0 | 0.70 | 0.04 |
| HSL | 104.65º | 0.89% | 0.62% | - |
| HSV(B) | 104.65º | 0.7% | 0.96% | - |
| XYZ | 40.72 | 68.88 | 17.28 | - |
| YUV | 186.12 | 63.59 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 244 | 72 | 0.52 | 0 | 0.70 | 0.04 | 104.65 | 0.89 | 0.62 |
| Hex | 74 | F4 | 48 | 34 | 0 | 46 | 4 | 69 | 59 | 3E |
| Octal | 164 | 364 | 110 | 64 | 0 | 106 | 4 | 151 | 131 | 76 |
| Binary | 1110100 | 11110100 | 1001000 | 110100 | 0 | 1000110 | 100 | 1101001 | 1011001 | 111110 |
Color Harmonies of #74F448
Complementary color
Monochromatic Colors of #74F448
Black with #74F448
Text Example
Text Example
White with #74F448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F448; }
p { color: rgb(116,244,72); }
H1.HeaderClassName
{
color: #74F448;
}
.AnyTagClassName
{
color: #74F448;
}
</style>
background-color css
<style>
a { background-color: #74F448; }
a { background-color: rgb(116,244,72); }
div.DivClassName
{
background-color: #74F448;
}
.BgClassName
{
background-color: #74F448;
}
</style>
border-color css
<style>
span { border-color: #74F448; }
span { border-color: rgb(116,244,72); }
td.TdClassName
{
border-color: #74F448;
}
.TagClassName
{
border-color: #74F448;
}
</style>