Shades of Chartreuse #84FA04
Tints of Chartreuse #84FA04
RGB
CMYK
RGB Variations
Color information
#84FA04 (or 0x84FA04) is known color: Chartreuse. HEX triplet: 84, FA and 04. RGB value is (132,250,4). Sum of RGB (Red+Green+Blue) = 132+250+4=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 250 (98.05% from 255 or 64.77% from 386); Blue value is 4 (1.95% from 255 or 1.04% from 386); Max value from RGB is 250 - color contains mainly: green. Hex color #84FA04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84FA04 is #7B05FB. Grayscale: #BBBBBB. Windows color (decimal): -8062460 or 326276. OLE color: 326276.
HSL color Cylindrical-coordinate representation of color #84FA04: hue angle of 88.78º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84FA04 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 250 | 4 | - |
| CMYK | 0.47 | 0 | 0.98 | 0.02 |
| HSL | 88.78º | 0.97% | 0.5% | - |
| HSV(B) | 88.78º | 0.98% | 0.98% | - |
| XYZ | 43.72 | 73.29 | 11.96 | - |
| YUV | 186.67 | 24.91 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 250 | 4 | 0.47 | 0 | 0.98 | 0.02 | 88.78 | 0.97 | 0.5 |
| Hex | 84 | FA | 4 | 2F | 0 | 62 | 2 | 59 | 61 | 32 |
| Octal | 204 | 372 | 4 | 57 | 0 | 142 | 2 | 131 | 141 | 62 |
| Binary | 10000100 | 11111010 | 100 | 101111 | 0 | 1100010 | 10 | 1011001 | 1100001 | 110010 |
Color Harmonies of #84FA04
Complementary color
Monochromatic Colors of #84FA04
Black with #84FA04
Text Example
Text Example
White with #84FA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FA04; }
p { color: rgb(132,250,4); }
H1.HeaderClassName
{
color: #84FA04;
}
.AnyTagClassName
{
color: #84FA04;
}
</style>
background-color css
<style>
a { background-color: #84FA04; }
a { background-color: rgb(132,250,4); }
div.DivClassName
{
background-color: #84FA04;
}
.BgClassName
{
background-color: #84FA04;
}
</style>
border-color css
<style>
span { border-color: #84FA04; }
span { border-color: rgb(132,250,4); }
td.TdClassName
{
border-color: #84FA04;
}
.TagClassName
{
border-color: #84FA04;
}
</style>