Shades of Chartreuse #84FA09
Tints of Chartreuse #84FA09
RGB
CMYK
RGB Variations
Color information
#84FA09 (or 0x84FA09) is known color: Chartreuse. HEX triplet: 84, FA and 09. RGB value is (132,250,9). Sum of RGB (Red+Green+Blue) = 132+250+9=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 250 (98.05% from 255 or 63.94% from 391); Blue value is 9 (3.91% from 255 or 2.30% from 391); Max value from RGB is 250 - color contains mainly: green. Hex color #84FA09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84FA09 is #7B05F6. Grayscale: #BCBCBC. Windows color (decimal): -8062455 or 653956. OLE color: 653956.
HSL color Cylindrical-coordinate representation of color #84FA09: hue angle of 89.38º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84FA09 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 250 | 9 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.02 |
| HSL | 89.38º | 0.96% | 0.51% | - |
| HSV(B) | 89.38º | 0.96% | 0.98% | - |
| XYZ | 43.75 | 73.3 | 12.1 | - |
| YUV | 187.24 | 27.41 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 250 | 9 | 0.47 | 0 | 0.96 | 0.02 | 89.38 | 0.96 | 0.51 |
| Hex | 84 | FA | 9 | 2F | 0 | 60 | 2 | 59 | 60 | 33 |
| Octal | 204 | 372 | 11 | 57 | 0 | 140 | 2 | 131 | 140 | 63 |
| Binary | 10000100 | 11111010 | 1001 | 101111 | 0 | 1100000 | 10 | 1011001 | 1100000 | 110011 |
Color Harmonies of #84FA09
Complementary color
Monochromatic Colors of #84FA09
Black with #84FA09
Text Example
Text Example
White with #84FA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FA09; }
p { color: rgb(132,250,9); }
H1.HeaderClassName
{
color: #84FA09;
}
.AnyTagClassName
{
color: #84FA09;
}
</style>
background-color css
<style>
a { background-color: #84FA09; }
a { background-color: rgb(132,250,9); }
div.DivClassName
{
background-color: #84FA09;
}
.BgClassName
{
background-color: #84FA09;
}
</style>
border-color css
<style>
span { border-color: #84FA09; }
span { border-color: rgb(132,250,9); }
td.TdClassName
{
border-color: #84FA09;
}
.TagClassName
{
border-color: #84FA09;
}
</style>