Shades of Chartreuse #84F904
Tints of Chartreuse #84F904
RGB
CMYK
RGB Variations
Color information
#84F904 (or 0x84F904) is known color: Chartreuse. HEX triplet: 84, F9 and 04. RGB value is (132,249,4). Sum of RGB (Red+Green+Blue) = 132+249+4=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 249 (97.66% from 255 or 64.68% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 249 - color contains mainly: green. Hex color #84F904 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84F904 is #7B06FB. Grayscale: #BABABA. Windows color (decimal): -8062716 or 326020. OLE color: 326020.
HSL color Cylindrical-coordinate representation of color #84F904: hue angle of 88.65º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84F904 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 249 | 4 | - |
| CMYK | 0.47 | 0 | 0.98 | 0.02 |
| HSL | 88.65º | 0.97% | 0.5% | - |
| HSV(B) | 88.65º | 0.98% | 0.98% | - |
| XYZ | 43.41 | 72.67 | 11.85 | - |
| YUV | 186.09 | 25.24 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 249 | 4 | 0.47 | 0 | 0.98 | 0.02 | 88.65 | 0.97 | 0.5 |
| Hex | 84 | F9 | 4 | 2F | 0 | 62 | 2 | 59 | 61 | 32 |
| Octal | 204 | 371 | 4 | 57 | 0 | 142 | 2 | 131 | 141 | 62 |
| Binary | 10000100 | 11111001 | 100 | 101111 | 0 | 1100010 | 10 | 1011001 | 1100001 | 110010 |
Color Harmonies of #84F904
Complementary color
Monochromatic Colors of #84F904
Black with #84F904
Text Example
Text Example
White with #84F904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F904; }
p { color: rgb(132,249,4); }
H1.HeaderClassName
{
color: #84F904;
}
.AnyTagClassName
{
color: #84F904;
}
</style>
background-color css
<style>
a { background-color: #84F904; }
a { background-color: rgb(132,249,4); }
div.DivClassName
{
background-color: #84F904;
}
.BgClassName
{
background-color: #84F904;
}
</style>
border-color css
<style>
span { border-color: #84F904; }
span { border-color: rgb(132,249,4); }
td.TdClassName
{
border-color: #84F904;
}
.TagClassName
{
border-color: #84F904;
}
</style>