Shades of Screamin' Green #84F94A
Tints of Screamin' Green #84F94A
RGB
CMYK
RGB Variations
Color information
#84F94A (or 0x84F94A) is known color: Screamin' Green. HEX triplet: 84, F9 and 4A. RGB value is (132,249,74). Sum of RGB (Red+Green+Blue) = 132+249+74=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 249 (97.66% from 255 or 54.73% from 455); Blue value is 74 (29.30% from 255 or 16.26% from 455); Max value from RGB is 249 - color contains mainly: green. Hex color #84F94A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84F94A is #7B06B5. Grayscale: #C2C2C2. Windows color (decimal): -8062646 or 4913540. OLE color: 4913540.
HSL color Cylindrical-coordinate representation of color #84F94A: hue angle of 100.11º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84F94A is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 249 | 74 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.02 |
| HSL | 100.11º | 0.94% | 0.63% | - |
| HSV(B) | 100.11º | 0.7% | 0.98% | - |
| XYZ | 44.63 | 73.15 | 18.25 | - |
| YUV | 194.07 | 60.24 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 249 | 74 | 0.47 | 0 | 0.70 | 0.02 | 100.11 | 0.94 | 0.63 |
| Hex | 84 | F9 | 4A | 2F | 0 | 46 | 2 | 64 | 5E | 3F |
| Octal | 204 | 371 | 112 | 57 | 0 | 106 | 2 | 144 | 136 | 77 |
| Binary | 10000100 | 11111001 | 1001010 | 101111 | 0 | 1000110 | 10 | 1100100 | 1011110 | 111111 |
Color Harmonies of #84F94A
Complementary color
Monochromatic Colors of #84F94A
Black with #84F94A
Text Example
Text Example
White with #84F94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F94A; }
p { color: rgb(132,249,74); }
H1.HeaderClassName
{
color: #84F94A;
}
.AnyTagClassName
{
color: #84F94A;
}
</style>
background-color css
<style>
a { background-color: #84F94A; }
a { background-color: rgb(132,249,74); }
div.DivClassName
{
background-color: #84F94A;
}
.BgClassName
{
background-color: #84F94A;
}
</style>
border-color css
<style>
span { border-color: #84F94A; }
span { border-color: rgb(132,249,74); }
td.TdClassName
{
border-color: #84F94A;
}
.TagClassName
{
border-color: #84F94A;
}
</style>