Shades of Chartreuse #84FB00
Tints of Chartreuse #84FB00
RGB
CMYK
RGB Variations
Color information
#84FB00 (or 0x84FB00) is known color: Chartreuse. HEX triplet: 84, FB and 00. RGB value is (132,251,0). Sum of RGB (Red+Green+Blue) = 132+251+0=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 251 (98.44% from 255 or 65.54% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 251 - color contains mainly: green. Hex color #84FB00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84FB00 is #7B04FF. Grayscale: #BBBBBB. Windows color (decimal): -8062208 or 64388. OLE color: 64388.
HSL color Cylindrical-coordinate representation of color #84FB00: hue angle of 88.45º 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 #84FB00 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 251 | 0 | - |
| CMYK | 0.47 | 0 | 1 | 0.02 |
| HSL | 88.45º | 1% | 0.49% | - |
| HSV(B) | 88.45º | 1% | 0.98% | - |
| XYZ | 44.01 | 73.9 | 11.94 | - |
| YUV | 186.81 | 22.58 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 251 | 0 | 0.47 | 0 | 1 | 0.02 | 88.45 | 1 | 0.49 |
| Hex | 84 | FB | 0 | 2F | 0 | 64 | 2 | 58 | 64 | 31 |
| Octal | 204 | 373 | 0 | 57 | 0 | 144 | 2 | 130 | 144 | 61 |
| Binary | 10000100 | 11111011 | 0 | 101111 | 0 | 1100100 | 10 | 1011000 | 1100100 | 110001 |
Color Harmonies of #84FB00
Complementary color
Monochromatic Colors of #84FB00
Black with #84FB00
Text Example
Text Example
White with #84FB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FB00; }
p { color: rgb(132,251,0); }
H1.HeaderClassName
{
color: #84FB00;
}
.AnyTagClassName
{
color: #84FB00;
}
</style>
background-color css
<style>
a { background-color: #84FB00; }
a { background-color: rgb(132,251,0); }
div.DivClassName
{
background-color: #84FB00;
}
.BgClassName
{
background-color: #84FB00;
}
</style>
border-color css
<style>
span { border-color: #84FB00; }
span { border-color: rgb(132,251,0); }
td.TdClassName
{
border-color: #84FB00;
}
.TagClassName
{
border-color: #84FB00;
}
</style>