Shades of Chartreuse #84FA00
Tints of Chartreuse #84FA00
RGB
CMYK
RGB Variations
Color information
#84FA00 (or 0x84FA00) is known color: Chartreuse. HEX triplet: 84, FA and 00. RGB value is (132,250,0). Sum of RGB (Red+Green+Blue) = 132+250+0=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 250 (98.05% from 255 or 65.45% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 250 - color contains mainly: green. Hex color #84FA00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84FA00 is #7B05FF. Grayscale: #BBBBBB. Windows color (decimal): -8062464 or 64132. OLE color: 64132.
HSL color Cylindrical-coordinate representation of color #84FA00: hue angle of 88.32º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #84FA00 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 250 | 0 | - |
| CMYK | 0.47 | 0 | 1 | 0.02 |
| HSL | 88.32º | 1% | 0.49% | - |
| HSV(B) | 88.32º | 1% | 0.98% | - |
| XYZ | 43.7 | 73.28 | 11.84 | - |
| YUV | 186.22 | 22.91 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 250 | 0 | 0.47 | 0 | 1 | 0.02 | 88.32 | 1 | 0.49 |
| Hex | 84 | FA | 0 | 2F | 0 | 64 | 2 | 58 | 64 | 31 |
| Octal | 204 | 372 | 0 | 57 | 0 | 144 | 2 | 130 | 144 | 61 |
| Binary | 10000100 | 11111010 | 0 | 101111 | 0 | 1100100 | 10 | 1011000 | 1100100 | 110001 |
Color Harmonies of #84FA00
Complementary color
Monochromatic Colors of #84FA00
Black with #84FA00
Text Example
Text Example
White with #84FA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FA00; }
p { color: rgb(132,250,0); }
H1.HeaderClassName
{
color: #84FA00;
}
.AnyTagClassName
{
color: #84FA00;
}
</style>
background-color css
<style>
a { background-color: #84FA00; }
a { background-color: rgb(132,250,0); }
div.DivClassName
{
background-color: #84FA00;
}
.BgClassName
{
background-color: #84FA00;
}
</style>
border-color css
<style>
span { border-color: #84FA00; }
span { border-color: rgb(132,250,0); }
td.TdClassName
{
border-color: #84FA00;
}
.TagClassName
{
border-color: #84FA00;
}
</style>