Shades of Chartreuse #84FA1E
Tints of Chartreuse #84FA1E
RGB
CMYK
RGB Variations
Color information
#84FA1E (or 0x84FA1E) is known color: Chartreuse. HEX triplet: 84, FA and 1E. RGB value is (132,250,30). Sum of RGB (Red+Green+Blue) = 132+250+30=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 250 (98.05% from 255 or 60.68% from 412); Blue value is 30 (12.11% from 255 or 7.28% from 412); Max value from RGB is 250 - color contains mainly: green. Hex color #84FA1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84FA1E is #7B05E1. Grayscale: #BEBEBE. Windows color (decimal): -8062434 or 2030212. OLE color: 2030212.
HSL color Cylindrical-coordinate representation of color #84FA1E: hue angle of 92.18º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84FA1E is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 250 | 30 | - |
| CMYK | 0.47 | 0 | 0.88 | 0.02 |
| HSL | 92.18º | 0.96% | 0.55% | - |
| HSV(B) | 92.18º | 0.88% | 0.98% | - |
| XYZ | 43.94 | 73.37 | 13.07 | - |
| YUV | 189.64 | 37.91 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 250 | 30 | 0.47 | 0 | 0.88 | 0.02 | 92.18 | 0.96 | 0.55 |
| Hex | 84 | FA | 1E | 2F | 0 | 58 | 2 | 5C | 60 | 37 |
| Octal | 204 | 372 | 36 | 57 | 0 | 130 | 2 | 134 | 140 | 67 |
| Binary | 10000100 | 11111010 | 11110 | 101111 | 0 | 1011000 | 10 | 1011100 | 1100000 | 110111 |
Color Harmonies of #84FA1E
Complementary color
Monochromatic Colors of #84FA1E
Black with #84FA1E
Text Example
Text Example
White with #84FA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FA1E; }
p { color: rgb(132,250,30); }
H1.HeaderClassName
{
color: #84FA1E;
}
.AnyTagClassName
{
color: #84FA1E;
}
</style>
background-color css
<style>
a { background-color: #84FA1E; }
a { background-color: rgb(132,250,30); }
div.DivClassName
{
background-color: #84FA1E;
}
.BgClassName
{
background-color: #84FA1E;
}
</style>
border-color css
<style>
span { border-color: #84FA1E; }
span { border-color: rgb(132,250,30); }
td.TdClassName
{
border-color: #84FA1E;
}
.TagClassName
{
border-color: #84FA1E;
}
</style>