Shades of Screamin' Green #84FA64
Tints of Screamin' Green #84FA64
RGB
CMYK
RGB Variations
Color information
#84FA64 (or 0x84FA64) is known color: Screamin' Green. HEX triplet: 84, FA and 64. RGB value is (132,250,100). Sum of RGB (Red+Green+Blue) = 132+250+100=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #84FA64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84FA64 is #7B059B. Grayscale: #C6C6C6. Windows color (decimal): -8062364 or 6617732. OLE color: 6617732.
HSL color Cylindrical-coordinate representation of color #84FA64: hue angle of 107.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84FA64 is Cyan = 0.47, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 250 | 100 | - |
| CMYK | 0.47 | 0 | 0.6 | 0.02 |
| HSL | 107.2º | 0.94% | 0.69% | - |
| HSV(B) | 107.2º | 0.6% | 0.98% | - |
| XYZ | 46 | 74.2 | 23.95 | - |
| YUV | 197.62 | 72.91 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 250 | 100 | 0.47 | 0 | 0.6 | 0.02 | 107.2 | 0.94 | 0.69 |
| Hex | 84 | FA | 64 | 2F | 0 | 3C | 2 | 6B | 5E | 45 |
| Octal | 204 | 372 | 144 | 57 | 0 | 74 | 2 | 153 | 136 | 105 |
| Binary | 10000100 | 11111010 | 1100100 | 101111 | 0 | 111100 | 10 | 1101011 | 1011110 | 1000101 |
Color Harmonies of #84FA64
Complementary color
Monochromatic Colors of #84FA64
Black with #84FA64
Text Example
Text Example
White with #84FA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FA64; }
p { color: rgb(132,250,100); }
H1.HeaderClassName
{
color: #84FA64;
}
.AnyTagClassName
{
color: #84FA64;
}
</style>
background-color css
<style>
a { background-color: #84FA64; }
a { background-color: rgb(132,250,100); }
div.DivClassName
{
background-color: #84FA64;
}
.BgClassName
{
background-color: #84FA64;
}
</style>
border-color css
<style>
span { border-color: #84FA64; }
span { border-color: rgb(132,250,100); }
td.TdClassName
{
border-color: #84FA64;
}
.TagClassName
{
border-color: #84FA64;
}
</style>