Shades of Screamin' Green #74FE84
Tints of Screamin' Green #74FE84
RGB
CMYK
RGB Variations
Color information
#74FE84 (or 0x74FE84) is known color: Screamin' Green. HEX triplet: 74, FE and 84. RGB value is (116,254,132). Sum of RGB (Red+Green+Blue) = 116+254+132=502 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.11% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #74FE84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FE84 is #8B017B. Grayscale: #C7C7C7. Windows color (decimal): -9109884 or 8715892. OLE color: 8715892.
HSL color Cylindrical-coordinate representation of color #74FE84: hue angle of 126.96º 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 #74FE84 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 132 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.00 |
| HSL | 126.96º | 0.99% | 0.73% | - |
| HSV(B) | 126.96º | 0.54% | 1% | - |
| XYZ | 46.81 | 76.26 | 34.08 | - |
| YUV | 198.83 | 90.28 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 132 | 0.54 | 0 | 0.48 | 0.00 | 126.96 | 0.99 | 0.73 |
| Hex | 74 | FE | 84 | 36 | 0 | 30 | 0 | 7F | 63 | 49 |
| Octal | 164 | 376 | 204 | 66 | 0 | 60 | 0 | 177 | 143 | 111 |
| Binary | 1110100 | 11111110 | 10000100 | 110110 | 0 | 110000 | 0 | 1111111 | 1100011 | 1001001 |
Color Harmonies of #74FE84
Complementary color
Monochromatic Colors of #74FE84
Black with #74FE84
Text Example
Text Example
White with #74FE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FE84; }
p { color: rgb(116,254,132); }
H1.HeaderClassName
{
color: #74FE84;
}
.AnyTagClassName
{
color: #74FE84;
}
</style>
background-color css
<style>
a { background-color: #74FE84; }
a { background-color: rgb(116,254,132); }
div.DivClassName
{
background-color: #74FE84;
}
.BgClassName
{
background-color: #74FE84;
}
</style>
border-color css
<style>
span { border-color: #74FE84; }
span { border-color: rgb(116,254,132); }
td.TdClassName
{
border-color: #74FE84;
}
.TagClassName
{
border-color: #74FE84;
}
</style>