Shades of Screamin' Green #74F450
Tints of Screamin' Green #74F450
RGB
CMYK
RGB Variations
Color information
#74F450 (or 0x74F450) is known color: Screamin' Green. HEX triplet: 74, F4 and 50. RGB value is (116,244,80). Sum of RGB (Red+Green+Blue) = 116+244+80=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 244 (95.70% from 255 or 55.45% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 244 - color contains mainly: green. Hex color #74F450 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F450 is #8B0BAF. Grayscale: #BBBBBB. Windows color (decimal): -9112496 or 5305460. OLE color: 5305460.
HSL color Cylindrical-coordinate representation of color #74F450: hue angle of 106.83º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74F450 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 244 | 80 | - |
| CMYK | 0.52 | 0 | 0.67 | 0.04 |
| HSL | 106.83º | 0.88% | 0.64% | - |
| HSV(B) | 106.83º | 0.67% | 0.96% | - |
| XYZ | 41 | 68.99 | 18.75 | - |
| YUV | 187.03 | 67.59 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 244 | 80 | 0.52 | 0 | 0.67 | 0.04 | 106.83 | 0.88 | 0.64 |
| Hex | 74 | F4 | 50 | 34 | 0 | 43 | 4 | 6B | 58 | 40 |
| Octal | 164 | 364 | 120 | 64 | 0 | 103 | 4 | 153 | 130 | 100 |
| Binary | 1110100 | 11110100 | 1010000 | 110100 | 0 | 1000011 | 100 | 1101011 | 1011000 | 1000000 |
Color Harmonies of #74F450
Complementary color
Monochromatic Colors of #74F450
Black with #74F450
Text Example
Text Example
White with #74F450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F450; }
p { color: rgb(116,244,80); }
H1.HeaderClassName
{
color: #74F450;
}
.AnyTagClassName
{
color: #74F450;
}
</style>
background-color css
<style>
a { background-color: #74F450; }
a { background-color: rgb(116,244,80); }
div.DivClassName
{
background-color: #74F450;
}
.BgClassName
{
background-color: #74F450;
}
</style>
border-color css
<style>
span { border-color: #74F450; }
span { border-color: rgb(116,244,80); }
td.TdClassName
{
border-color: #74F450;
}
.TagClassName
{
border-color: #74F450;
}
</style>