Shades of Chartreuse #84FA03
Tints of Chartreuse #84FA03
RGB
CMYK
RGB Variations
Color information
#84FA03 (or 0x84FA03) is known color: Chartreuse. HEX triplet: 84, FA and 03. RGB value is (132,250,3). Sum of RGB (Red+Green+Blue) = 132+250+3=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 250 (98.05% from 255 or 64.94% from 385); Blue value is 3 (1.56% from 255 or 0.78% from 385); Max value from RGB is 250 - color contains mainly: green. Hex color #84FA03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84FA03 is #7B05FC. Grayscale: #BBBBBB. Windows color (decimal): -8062461 or 260740. OLE color: 260740.
HSL color Cylindrical-coordinate representation of color #84FA03: hue angle of 88.66º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84FA03 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 250 | 3 | - |
| CMYK | 0.47 | 0 | 0.99 | 0.02 |
| HSL | 88.66º | 0.98% | 0.5% | - |
| HSV(B) | 88.66º | 0.99% | 0.98% | - |
| XYZ | 43.72 | 73.28 | 11.93 | - |
| YUV | 186.56 | 24.41 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 250 | 3 | 0.47 | 0 | 0.99 | 0.02 | 88.66 | 0.98 | 0.5 |
| Hex | 84 | FA | 3 | 2F | 0 | 63 | 2 | 59 | 62 | 32 |
| Octal | 204 | 372 | 3 | 57 | 0 | 143 | 2 | 131 | 142 | 62 |
| Binary | 10000100 | 11111010 | 11 | 101111 | 0 | 1100011 | 10 | 1011001 | 1100010 | 110010 |
Color Harmonies of #84FA03
Complementary color
Monochromatic Colors of #84FA03
Black with #84FA03
Text Example
Text Example
White with #84FA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FA03; }
p { color: rgb(132,250,3); }
H1.HeaderClassName
{
color: #84FA03;
}
.AnyTagClassName
{
color: #84FA03;
}
</style>
background-color css
<style>
a { background-color: #84FA03; }
a { background-color: rgb(132,250,3); }
div.DivClassName
{
background-color: #84FA03;
}
.BgClassName
{
background-color: #84FA03;
}
</style>
border-color css
<style>
span { border-color: #84FA03; }
span { border-color: rgb(132,250,3); }
td.TdClassName
{
border-color: #84FA03;
}
.TagClassName
{
border-color: #84FA03;
}
</style>