Shades of Chartreuse #84FA06
Tints of Chartreuse #84FA06
RGB
CMYK
RGB Variations
Color information
#84FA06 (or 0x84FA06) is known color: Chartreuse. HEX triplet: 84, FA and 06. RGB value is (132,250,6). Sum of RGB (Red+Green+Blue) = 132+250+6=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 250 (98.05% from 255 or 64.43% from 388); Blue value is 6 (2.73% from 255 or 1.55% from 388); Max value from RGB is 250 - color contains mainly: green. Hex color #84FA06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84FA06 is #7B05F9. Grayscale: #BBBBBB. Windows color (decimal): -8062458 or 457348. OLE color: 457348.
HSL color Cylindrical-coordinate representation of color #84FA06: hue angle of 89.02º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84FA06 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 250 | 6 | - |
| CMYK | 0.47 | 0 | 0.98 | 0.02 |
| HSL | 89.02º | 0.96% | 0.5% | - |
| HSV(B) | 89.02º | 0.98% | 0.98% | - |
| XYZ | 43.73 | 73.29 | 12.01 | - |
| YUV | 186.9 | 25.91 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 250 | 6 | 0.47 | 0 | 0.98 | 0.02 | 89.02 | 0.96 | 0.5 |
| Hex | 84 | FA | 6 | 2F | 0 | 62 | 2 | 59 | 60 | 32 |
| Octal | 204 | 372 | 6 | 57 | 0 | 142 | 2 | 131 | 140 | 62 |
| Binary | 10000100 | 11111010 | 110 | 101111 | 0 | 1100010 | 10 | 1011001 | 1100000 | 110010 |
Color Harmonies of #84FA06
Complementary color
Monochromatic Colors of #84FA06
Black with #84FA06
Text Example
Text Example
White with #84FA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FA06; }
p { color: rgb(132,250,6); }
H1.HeaderClassName
{
color: #84FA06;
}
.AnyTagClassName
{
color: #84FA06;
}
</style>
background-color css
<style>
a { background-color: #84FA06; }
a { background-color: rgb(132,250,6); }
div.DivClassName
{
background-color: #84FA06;
}
.BgClassName
{
background-color: #84FA06;
}
</style>
border-color css
<style>
span { border-color: #84FA06; }
span { border-color: rgb(132,250,6); }
td.TdClassName
{
border-color: #84FA06;
}
.TagClassName
{
border-color: #84FA06;
}
</style>