Shades of Chartreuse #84F92B
Tints of Chartreuse #84F92B
RGB
CMYK
RGB Variations
Color information
#84F92B (or 0x84F92B) is known color: Chartreuse. HEX triplet: 84, F9 and 2B. RGB value is (132,249,43). Sum of RGB (Red+Green+Blue) = 132+249+43=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 249 (97.66% from 255 or 58.73% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 249 - color contains mainly: green. Hex color #84F92B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84F92B is #7B06D4. Grayscale: #BFBFBF. Windows color (decimal): -8062677 or 2881924. OLE color: 2881924.
HSL color Cylindrical-coordinate representation of color #84F92B: hue angle of 94.08º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84F92B is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 249 | 43 | - |
| CMYK | 0.47 | 0 | 0.83 | 0.02 |
| HSL | 94.08º | 0.94% | 0.57% | - |
| HSV(B) | 94.08º | 0.83% | 0.98% | - |
| XYZ | 43.83 | 72.83 | 14.03 | - |
| YUV | 190.53 | 44.74 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 249 | 43 | 0.47 | 0 | 0.83 | 0.02 | 94.08 | 0.94 | 0.57 |
| Hex | 84 | F9 | 2B | 2F | 0 | 53 | 2 | 5E | 5E | 39 |
| Octal | 204 | 371 | 53 | 57 | 0 | 123 | 2 | 136 | 136 | 71 |
| Binary | 10000100 | 11111001 | 101011 | 101111 | 0 | 1010011 | 10 | 1011110 | 1011110 | 111001 |
Color Harmonies of #84F92B
Complementary color
Monochromatic Colors of #84F92B
Black with #84F92B
Text Example
Text Example
White with #84F92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F92B; }
p { color: rgb(132,249,43); }
H1.HeaderClassName
{
color: #84F92B;
}
.AnyTagClassName
{
color: #84F92B;
}
</style>
background-color css
<style>
a { background-color: #84F92B; }
a { background-color: rgb(132,249,43); }
div.DivClassName
{
background-color: #84F92B;
}
.BgClassName
{
background-color: #84F92B;
}
</style>
border-color css
<style>
span { border-color: #84F92B; }
span { border-color: rgb(132,249,43); }
td.TdClassName
{
border-color: #84F92B;
}
.TagClassName
{
border-color: #84F92B;
}
</style>