Shades of Chartreuse #84FC11
Tints of Chartreuse #84FC11
RGB
CMYK
RGB Variations
Color information
#84FC11 (or 0x84FC11) is known color: Chartreuse. HEX triplet: 84, FC and 11. RGB value is (132,252,17). Sum of RGB (Red+Green+Blue) = 132+252+17=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 252 (98.83% from 255 or 62.84% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 252 - color contains mainly: green. Hex color #84FC11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84FC11 is #7B03EE. Grayscale: #BEBEBE. Windows color (decimal): -8061935 or 1178756. OLE color: 1178756.
HSL color Cylindrical-coordinate representation of color #84FC11: hue angle of 90.64º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84FC11 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 252 | 17 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.01 |
| HSL | 90.64º | 0.98% | 0.53% | - |
| HSV(B) | 90.64º | 0.93% | 0.99% | - |
| XYZ | 44.43 | 74.57 | 12.58 | - |
| YUV | 189.33 | 30.74 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 252 | 17 | 0.48 | 0 | 0.93 | 0.01 | 90.64 | 0.98 | 0.53 |
| Hex | 84 | FC | 11 | 30 | 0 | 5D | 1 | 5B | 62 | 35 |
| Octal | 204 | 374 | 21 | 60 | 0 | 135 | 1 | 133 | 142 | 65 |
| Binary | 10000100 | 11111100 | 10001 | 110000 | 0 | 1011101 | 1 | 1011011 | 1100010 | 110101 |
Color Harmonies of #84FC11
Complementary color
Monochromatic Colors of #84FC11
Black with #84FC11
Text Example
Text Example
White with #84FC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FC11; }
p { color: rgb(132,252,17); }
H1.HeaderClassName
{
color: #84FC11;
}
.AnyTagClassName
{
color: #84FC11;
}
</style>
background-color css
<style>
a { background-color: #84FC11; }
a { background-color: rgb(132,252,17); }
div.DivClassName
{
background-color: #84FC11;
}
.BgClassName
{
background-color: #84FC11;
}
</style>
border-color css
<style>
span { border-color: #84FC11; }
span { border-color: rgb(132,252,17); }
td.TdClassName
{
border-color: #84FC11;
}
.TagClassName
{
border-color: #84FC11;
}
</style>