Shades of Screamin' Green #84F650
Tints of Screamin' Green #84F650
RGB
CMYK
RGB Variations
Color information
#84F650 (or 0x84F650) is known color: Screamin' Green. HEX triplet: 84, F6 and 50. RGB value is (132,246,80). Sum of RGB (Red+Green+Blue) = 132+246+80=458 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.82% from 458); Green value is 246 (96.48% from 255 or 53.71% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 246 - color contains mainly: green. Hex color #84F650 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84F650 is #7B09AF. Grayscale: #C1C1C1. Windows color (decimal): -8063408 or 5305988. OLE color: 5305988.
HSL color Cylindrical-coordinate representation of color #84F650: hue angle of 101.2º degrees, saturation: 0.9, 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 #84F650 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 246 | 80 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.04 |
| HSL | 101.2º | 0.9% | 0.64% | - |
| HSV(B) | 101.2º | 0.67% | 0.96% | - |
| XYZ | 43.92 | 71.4 | 19.06 | - |
| YUV | 192.99 | 64.23 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 246 | 80 | 0.46 | 0 | 0.67 | 0.04 | 101.2 | 0.9 | 0.64 |
| Hex | 84 | F6 | 50 | 2E | 0 | 43 | 4 | 65 | 5A | 40 |
| Octal | 204 | 366 | 120 | 56 | 0 | 103 | 4 | 145 | 132 | 100 |
| Binary | 10000100 | 11110110 | 1010000 | 101110 | 0 | 1000011 | 100 | 1100101 | 1011010 | 1000000 |
Color Harmonies of #84F650
Complementary color
Monochromatic Colors of #84F650
Black with #84F650
Text Example
Text Example
White with #84F650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F650; }
p { color: rgb(132,246,80); }
H1.HeaderClassName
{
color: #84F650;
}
.AnyTagClassName
{
color: #84F650;
}
</style>
background-color css
<style>
a { background-color: #84F650; }
a { background-color: rgb(132,246,80); }
div.DivClassName
{
background-color: #84F650;
}
.BgClassName
{
background-color: #84F650;
}
</style>
border-color css
<style>
span { border-color: #84F650; }
span { border-color: rgb(132,246,80); }
td.TdClassName
{
border-color: #84F650;
}
.TagClassName
{
border-color: #84F650;
}
</style>