Shades of Chartreuse #84FA18
Tints of Chartreuse #84FA18
RGB
CMYK
RGB Variations
Color information
#84FA18 (or 0x84FA18) is known color: Chartreuse. HEX triplet: 84, FA and 18. RGB value is (132,250,24). Sum of RGB (Red+Green+Blue) = 132+250+24=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 250 (98.05% from 255 or 61.58% from 406); Blue value is 24 (9.77% from 255 or 5.91% from 406); Max value from RGB is 250 - color contains mainly: green. Hex color #84FA18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84FA18 is #7B05E7. Grayscale: #BDBDBD. Windows color (decimal): -8062440 or 1636996. OLE color: 1636996.
HSL color Cylindrical-coordinate representation of color #84FA18: hue angle of 91.33º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84FA18 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 250 | 24 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.02 |
| HSL | 91.33º | 0.96% | 0.54% | - |
| HSV(B) | 91.33º | 0.9% | 0.98% | - |
| XYZ | 43.87 | 73.34 | 12.71 | - |
| YUV | 188.95 | 34.91 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 250 | 24 | 0.47 | 0 | 0.90 | 0.02 | 91.33 | 0.96 | 0.54 |
| Hex | 84 | FA | 18 | 2F | 0 | 5A | 2 | 5B | 60 | 36 |
| Octal | 204 | 372 | 30 | 57 | 0 | 132 | 2 | 133 | 140 | 66 |
| Binary | 10000100 | 11111010 | 11000 | 101111 | 0 | 1011010 | 10 | 1011011 | 1100000 | 110110 |
Color Harmonies of #84FA18
Complementary color
Monochromatic Colors of #84FA18
Black with #84FA18
Text Example
Text Example
White with #84FA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FA18; }
p { color: rgb(132,250,24); }
H1.HeaderClassName
{
color: #84FA18;
}
.AnyTagClassName
{
color: #84FA18;
}
</style>
background-color css
<style>
a { background-color: #84FA18; }
a { background-color: rgb(132,250,24); }
div.DivClassName
{
background-color: #84FA18;
}
.BgClassName
{
background-color: #84FA18;
}
</style>
border-color css
<style>
span { border-color: #84FA18; }
span { border-color: rgb(132,250,24); }
td.TdClassName
{
border-color: #84FA18;
}
.TagClassName
{
border-color: #84FA18;
}
</style>