Shades of Screamin' Green #74F455
Tints of Screamin' Green #74F455
RGB
CMYK
RGB Variations
Color information
#74F455 (or 0x74F455) is known color: Screamin' Green. HEX triplet: 74, F4 and 55. RGB value is (116,244,85). Sum of RGB (Red+Green+Blue) = 116+244+85=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 244 (95.70% from 255 or 54.83% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 244 - color contains mainly: green. Hex color #74F455 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F455 is #8B0BAA. Grayscale: #BCBCBC. Windows color (decimal): -9112491 or 5633140. OLE color: 5633140.
HSL color Cylindrical-coordinate representation of color #74F455: hue angle of 108.3º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74F455 is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 244 | 85 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.04 |
| HSL | 108.3º | 0.88% | 0.65% | - |
| HSV(B) | 108.3º | 0.65% | 0.96% | - |
| XYZ | 41.19 | 69.07 | 19.76 | - |
| YUV | 187.6 | 70.09 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 244 | 85 | 0.52 | 0 | 0.65 | 0.04 | 108.3 | 0.88 | 0.65 |
| Hex | 74 | F4 | 55 | 34 | 0 | 41 | 4 | 6C | 58 | 41 |
| Octal | 164 | 364 | 125 | 64 | 0 | 101 | 4 | 154 | 130 | 101 |
| Binary | 1110100 | 11110100 | 1010101 | 110100 | 0 | 1000001 | 100 | 1101100 | 1011000 | 1000001 |
Color Harmonies of #74F455
Complementary color
Monochromatic Colors of #74F455
Black with #74F455
Text Example
Text Example
White with #74F455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F455; }
p { color: rgb(116,244,85); }
H1.HeaderClassName
{
color: #74F455;
}
.AnyTagClassName
{
color: #74F455;
}
</style>
background-color css
<style>
a { background-color: #74F455; }
a { background-color: rgb(116,244,85); }
div.DivClassName
{
background-color: #74F455;
}
.BgClassName
{
background-color: #74F455;
}
</style>
border-color css
<style>
span { border-color: #74F455; }
span { border-color: rgb(116,244,85); }
td.TdClassName
{
border-color: #74F455;
}
.TagClassName
{
border-color: #74F455;
}
</style>