Shades of Chartreuse #84FF0A
Tints of Chartreuse #84FF0A
RGB
CMYK
RGB Variations
Color information
#84FF0A (or 0x84FF0A) is known color: Chartreuse. HEX triplet: 84, FF and 0A. RGB value is (132,255,10). Sum of RGB (Red+Green+Blue) = 132+255+10=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 255 (100% from 255 or 64.23% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 255 - color contains mainly: green. Hex color #84FF0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84FF0A is #7B00F5. Grayscale: #BFBFBF. Windows color (decimal): -8061174 or 720772. OLE color: 720772.
HSL color Cylindrical-coordinate representation of color #84FF0A: hue angle of 90.12º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84FF0A is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 10 | - |
| CMYK | 0.48 | 0 | 0.96 | 0 |
| HSL | 90.12º | 1% | 0.52% | - |
| HSV(B) | 90.12º | 0.96% | 1% | - |
| XYZ | 45.33 | 76.45 | 12.65 | - |
| YUV | 190.29 | 26.25 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 10 | 0.48 | 0 | 0.96 | 0 | 90.12 | 1 | 0.52 |
| Hex | 84 | FF | A | 30 | 0 | 60 | 0 | 5A | 64 | 34 |
| Octal | 204 | 377 | 12 | 60 | 0 | 140 | 0 | 132 | 144 | 64 |
| Binary | 10000100 | 11111111 | 1010 | 110000 | 0 | 1100000 | 0 | 1011010 | 1100100 | 110100 |
Color Harmonies of #84FF0A
Complementary color
Monochromatic Colors of #84FF0A
Black with #84FF0A
Text Example
Text Example
White with #84FF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FF0A; }
p { color: rgb(132,255,10); }
H1.HeaderClassName
{
color: #84FF0A;
}
.AnyTagClassName
{
color: #84FF0A;
}
</style>
background-color css
<style>
a { background-color: #84FF0A; }
a { background-color: rgb(132,255,10); }
div.DivClassName
{
background-color: #84FF0A;
}
.BgClassName
{
background-color: #84FF0A;
}
</style>
border-color css
<style>
span { border-color: #84FF0A; }
span { border-color: rgb(132,255,10); }
td.TdClassName
{
border-color: #84FF0A;
}
.TagClassName
{
border-color: #84FF0A;
}
</style>