Shades of Chartreuse #84FF10
Tints of Chartreuse #84FF10
RGB
CMYK
RGB Variations
Color information
#84FF10 (or 0x84FF10) is known color: Chartreuse. HEX triplet: 84, FF and 10. RGB value is (132,255,16). Sum of RGB (Red+Green+Blue) = 132+255+16=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 255 (100% from 255 or 63.28% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 255 - color contains mainly: green. Hex color #84FF10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84FF10 is #7B00EF. Grayscale: #BFBFBF. Windows color (decimal): -8061168 or 1113988. OLE color: 1113988.
HSL color Cylindrical-coordinate representation of color #84FF10: hue angle of 90.88º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84FF10 is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 16 | - |
| CMYK | 0.48 | 0 | 0.94 | 0 |
| HSL | 90.88º | 1% | 0.53% | - |
| HSV(B) | 90.88º | 0.94% | 1% | - |
| XYZ | 45.37 | 76.46 | 12.86 | - |
| YUV | 190.98 | 29.25 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 16 | 0.48 | 0 | 0.94 | 0 | 90.88 | 1 | 0.53 |
| Hex | 84 | FF | 10 | 30 | 0 | 5E | 0 | 5B | 64 | 35 |
| Octal | 204 | 377 | 20 | 60 | 0 | 136 | 0 | 133 | 144 | 65 |
| Binary | 10000100 | 11111111 | 10000 | 110000 | 0 | 1011110 | 0 | 1011011 | 1100100 | 110101 |
Color Harmonies of #84FF10
Complementary color
Monochromatic Colors of #84FF10
Black with #84FF10
Text Example
Text Example
White with #84FF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FF10; }
p { color: rgb(132,255,16); }
H1.HeaderClassName
{
color: #84FF10;
}
.AnyTagClassName
{
color: #84FF10;
}
</style>
background-color css
<style>
a { background-color: #84FF10; }
a { background-color: rgb(132,255,16); }
div.DivClassName
{
background-color: #84FF10;
}
.BgClassName
{
background-color: #84FF10;
}
</style>
border-color css
<style>
span { border-color: #84FF10; }
span { border-color: rgb(132,255,16); }
td.TdClassName
{
border-color: #84FF10;
}
.TagClassName
{
border-color: #84FF10;
}
</style>