Shades of Chartreuse #84FE06
Tints of Chartreuse #84FE06
RGB
CMYK
RGB Variations
Color information
#84FE06 (or 0x84FE06) is known color: Chartreuse. HEX triplet: 84, FE and 06. RGB value is (132,254,6). Sum of RGB (Red+Green+Blue) = 132+254+6=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 254 (99.61% from 255 or 64.80% from 392); Blue value is 6 (2.73% from 255 or 1.53% from 392); Max value from RGB is 254 - color contains mainly: green. Hex color #84FE06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84FE06 is #7B01F9. Grayscale: #BEBEBE. Windows color (decimal): -8061434 or 458372. OLE color: 458372.
HSL color Cylindrical-coordinate representation of color #84FE06: hue angle of 89.52º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84FE06 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 254 | 6 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.00 |
| HSL | 89.52º | 0.99% | 0.51% | - |
| HSV(B) | 89.52º | 0.98% | 1% | - |
| XYZ | 44.99 | 75.8 | 12.43 | - |
| YUV | 189.25 | 24.58 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 254 | 6 | 0.48 | 0 | 0.98 | 0.00 | 89.52 | 0.99 | 0.51 |
| Hex | 84 | FE | 6 | 30 | 0 | 62 | 0 | 5A | 63 | 33 |
| Octal | 204 | 376 | 6 | 60 | 0 | 142 | 0 | 132 | 143 | 63 |
| Binary | 10000100 | 11111110 | 110 | 110000 | 0 | 1100010 | 0 | 1011010 | 1100011 | 110011 |
Color Harmonies of #84FE06
Complementary color
Monochromatic Colors of #84FE06
Black with #84FE06
Text Example
Text Example
White with #84FE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FE06; }
p { color: rgb(132,254,6); }
H1.HeaderClassName
{
color: #84FE06;
}
.AnyTagClassName
{
color: #84FE06;
}
</style>
background-color css
<style>
a { background-color: #84FE06; }
a { background-color: rgb(132,254,6); }
div.DivClassName
{
background-color: #84FE06;
}
.BgClassName
{
background-color: #84FE06;
}
</style>
border-color css
<style>
span { border-color: #84FE06; }
span { border-color: rgb(132,254,6); }
td.TdClassName
{
border-color: #84FE06;
}
.TagClassName
{
border-color: #84FE06;
}
</style>