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