Shades of Screamin' Green #74FE78
Tints of Screamin' Green #74FE78
RGB
CMYK
RGB Variations
Color information
#74FE78 (or 0x74FE78) is known color: Screamin' Green. HEX triplet: 74, FE and 78. RGB value is (116,254,120). Sum of RGB (Red+Green+Blue) = 116+254+120=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #74FE78 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FE78 is #8B0187. Grayscale: #C5C5C5. Windows color (decimal): -9109896 or 7929460. OLE color: 7929460.
HSL color Cylindrical-coordinate representation of color #74FE78: hue angle of 121.74º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FE78 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 120 | - |
| CMYK | 0.54 | 0 | 0.53 | 0.00 |
| HSL | 121.74º | 0.99% | 0.73% | - |
| HSV(B) | 121.74º | 0.54% | 1% | - |
| XYZ | 46.03 | 75.95 | 30 | - |
| YUV | 197.46 | 84.28 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 120 | 0.54 | 0 | 0.53 | 0.00 | 121.74 | 0.99 | 0.73 |
| Hex | 74 | FE | 78 | 36 | 0 | 35 | 0 | 7A | 63 | 49 |
| Octal | 164 | 376 | 170 | 66 | 0 | 65 | 0 | 172 | 143 | 111 |
| Binary | 1110100 | 11111110 | 1111000 | 110110 | 0 | 110101 | 0 | 1111010 | 1100011 | 1001001 |
Color Harmonies of #74FE78
Complementary color
Monochromatic Colors of #74FE78
Black with #74FE78
Text Example
Text Example
White with #74FE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FE78; }
p { color: rgb(116,254,120); }
H1.HeaderClassName
{
color: #74FE78;
}
.AnyTagClassName
{
color: #74FE78;
}
</style>
background-color css
<style>
a { background-color: #74FE78; }
a { background-color: rgb(116,254,120); }
div.DivClassName
{
background-color: #74FE78;
}
.BgClassName
{
background-color: #74FE78;
}
</style>
border-color css
<style>
span { border-color: #74FE78; }
span { border-color: rgb(116,254,120); }
td.TdClassName
{
border-color: #74FE78;
}
.TagClassName
{
border-color: #74FE78;
}
</style>