Shades of Chartreuse #84FC00
Tints of Chartreuse #84FC00
RGB
CMYK
RGB Variations
Color information
#84FC00 (or 0x84FC00) is known color: Chartreuse. HEX triplet: 84, FC and 00. RGB value is (132,252,0). Sum of RGB (Red+Green+Blue) = 132+252+0=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 252 (98.83% from 255 or 65.62% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 252 - color contains mainly: green. Hex color #84FC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84FC00 is #7B03FF. Grayscale: #BCBCBC. Windows color (decimal): -8061952 or 64644. OLE color: 64644.
HSL color Cylindrical-coordinate representation of color #84FC00: hue angle of 88.57º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #84FC00 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 252 | 0 | - |
| CMYK | 0.48 | 0 | 1 | 0.01 |
| HSL | 88.57º | 1% | 0.49% | - |
| HSV(B) | 88.57º | 1% | 0.99% | - |
| XYZ | 44.33 | 74.53 | 12.05 | - |
| YUV | 187.39 | 22.24 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 252 | 0 | 0.48 | 0 | 1 | 0.01 | 88.57 | 1 | 0.49 |
| Hex | 84 | FC | 0 | 30 | 0 | 64 | 1 | 59 | 64 | 31 |
| Octal | 204 | 374 | 0 | 60 | 0 | 144 | 1 | 131 | 144 | 61 |
| Binary | 10000100 | 11111100 | 0 | 110000 | 0 | 1100100 | 1 | 1011001 | 1100100 | 110001 |
Color Harmonies of #84FC00
Complementary color
Monochromatic Colors of #84FC00
Black with #84FC00
Text Example
Text Example
White with #84FC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FC00; }
p { color: rgb(132,252,0); }
H1.HeaderClassName
{
color: #84FC00;
}
.AnyTagClassName
{
color: #84FC00;
}
</style>
background-color css
<style>
a { background-color: #84FC00; }
a { background-color: rgb(132,252,0); }
div.DivClassName
{
background-color: #84FC00;
}
.BgClassName
{
background-color: #84FC00;
}
</style>
border-color css
<style>
span { border-color: #84FC00; }
span { border-color: rgb(132,252,0); }
td.TdClassName
{
border-color: #84FC00;
}
.TagClassName
{
border-color: #84FC00;
}
</style>