Shades of Chartreuse #84FA2B
Tints of Chartreuse #84FA2B
RGB
CMYK
RGB Variations
Color information
#84FA2B (or 0x84FA2B) is known color: Chartreuse. HEX triplet: 84, FA and 2B. RGB value is (132,250,43). Sum of RGB (Red+Green+Blue) = 132+250+43=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 250 (98.05% from 255 or 58.82% from 425); Blue value is 43 (17.19% from 255 or 10.12% from 425); Max value from RGB is 250 - color contains mainly: green. Hex color #84FA2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84FA2B is #7B05D4. Grayscale: #BFBFBF. Windows color (decimal): -8062421 or 2882180. OLE color: 2882180.
HSL color Cylindrical-coordinate representation of color #84FA2B: hue angle of 94.2º degrees, saturation: 0.95, 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 #84FA2B is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 250 | 43 | - |
| CMYK | 0.47 | 0 | 0.83 | 0.02 |
| HSL | 94.2º | 0.95% | 0.57% | - |
| HSV(B) | 94.2º | 0.83% | 0.98% | - |
| XYZ | 44.14 | 73.45 | 14.14 | - |
| YUV | 191.12 | 44.41 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 250 | 43 | 0.47 | 0 | 0.83 | 0.02 | 94.2 | 0.95 | 0.57 |
| Hex | 84 | FA | 2B | 2F | 0 | 53 | 2 | 5E | 5F | 39 |
| Octal | 204 | 372 | 53 | 57 | 0 | 123 | 2 | 136 | 137 | 71 |
| Binary | 10000100 | 11111010 | 101011 | 101111 | 0 | 1010011 | 10 | 1011110 | 1011111 | 111001 |
Color Harmonies of #84FA2B
Complementary color
Monochromatic Colors of #84FA2B
Black with #84FA2B
Text Example
Text Example
White with #84FA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FA2B; }
p { color: rgb(132,250,43); }
H1.HeaderClassName
{
color: #84FA2B;
}
.AnyTagClassName
{
color: #84FA2B;
}
</style>
background-color css
<style>
a { background-color: #84FA2B; }
a { background-color: rgb(132,250,43); }
div.DivClassName
{
background-color: #84FA2B;
}
.BgClassName
{
background-color: #84FA2B;
}
</style>
border-color css
<style>
span { border-color: #84FA2B; }
span { border-color: rgb(132,250,43); }
td.TdClassName
{
border-color: #84FA2B;
}
.TagClassName
{
border-color: #84FA2B;
}
</style>