Shades of Chartreuse #84FB09
Tints of Chartreuse #84FB09
RGB
CMYK
RGB Variations
Color information
#84FB09 (or 0x84FB09) is known color: Chartreuse. HEX triplet: 84, FB and 09. RGB value is (132,251,9). Sum of RGB (Red+Green+Blue) = 132+251+9=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 251 (98.44% from 255 or 64.03% from 392); Blue value is 9 (3.91% from 255 or 2.30% from 392); Max value from RGB is 251 - color contains mainly: green. Hex color #84FB09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84FB09 is #7B04F6. Grayscale: #BCBCBC. Windows color (decimal): -8062199 or 654212. OLE color: 654212.
HSL color Cylindrical-coordinate representation of color #84FB09: hue angle of 89.5º degrees, saturation: 0.97, 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 #84FB09 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 251 | 9 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.02 |
| HSL | 89.5º | 0.97% | 0.51% | - |
| HSV(B) | 89.5º | 0.96% | 0.98% | - |
| XYZ | 44.06 | 73.92 | 12.2 | - |
| YUV | 187.83 | 27.08 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 251 | 9 | 0.47 | 0 | 0.96 | 0.02 | 89.5 | 0.97 | 0.51 |
| Hex | 84 | FB | 9 | 2F | 0 | 60 | 2 | 5A | 61 | 33 |
| Octal | 204 | 373 | 11 | 57 | 0 | 140 | 2 | 132 | 141 | 63 |
| Binary | 10000100 | 11111011 | 1001 | 101111 | 0 | 1100000 | 10 | 1011010 | 1100001 | 110011 |
Color Harmonies of #84FB09
Complementary color
Monochromatic Colors of #84FB09
Black with #84FB09
Text Example
Text Example
White with #84FB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FB09; }
p { color: rgb(132,251,9); }
H1.HeaderClassName
{
color: #84FB09;
}
.AnyTagClassName
{
color: #84FB09;
}
</style>
background-color css
<style>
a { background-color: #84FB09; }
a { background-color: rgb(132,251,9); }
div.DivClassName
{
background-color: #84FB09;
}
.BgClassName
{
background-color: #84FB09;
}
</style>
border-color css
<style>
span { border-color: #84FB09; }
span { border-color: rgb(132,251,9); }
td.TdClassName
{
border-color: #84FB09;
}
.TagClassName
{
border-color: #84FB09;
}
</style>