Shades of Chartreuse #84FB28
Tints of Chartreuse #84FB28
RGB
CMYK
RGB Variations
Color information
#84FB28 (or 0x84FB28) is known color: Chartreuse. HEX triplet: 84, FB and 28. RGB value is (132,251,40). Sum of RGB (Red+Green+Blue) = 132+251+40=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 251 (98.44% from 255 or 59.34% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 251 - color contains mainly: green. Hex color #84FB28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84FB28 is #7B04D7. Grayscale: #C0C0C0. Windows color (decimal): -8062168 or 2685828. OLE color: 2685828.
HSL color Cylindrical-coordinate representation of color #84FB28: hue angle of 93.84º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84FB28 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 251 | 40 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.02 |
| HSL | 93.84º | 0.96% | 0.57% | - |
| HSV(B) | 93.84º | 0.84% | 0.98% | - |
| XYZ | 44.4 | 74.05 | 13.96 | - |
| YUV | 191.37 | 42.58 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 251 | 40 | 0.47 | 0 | 0.84 | 0.02 | 93.84 | 0.96 | 0.57 |
| Hex | 84 | FB | 28 | 2F | 0 | 54 | 2 | 5E | 60 | 39 |
| Octal | 204 | 373 | 50 | 57 | 0 | 124 | 2 | 136 | 140 | 71 |
| Binary | 10000100 | 11111011 | 101000 | 101111 | 0 | 1010100 | 10 | 1011110 | 1100000 | 111001 |
Color Harmonies of #84FB28
Complementary color
Monochromatic Colors of #84FB28
Black with #84FB28
Text Example
Text Example
White with #84FB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FB28; }
p { color: rgb(132,251,40); }
H1.HeaderClassName
{
color: #84FB28;
}
.AnyTagClassName
{
color: #84FB28;
}
</style>
background-color css
<style>
a { background-color: #84FB28; }
a { background-color: rgb(132,251,40); }
div.DivClassName
{
background-color: #84FB28;
}
.BgClassName
{
background-color: #84FB28;
}
</style>
border-color css
<style>
span { border-color: #84FB28; }
span { border-color: rgb(132,251,40); }
td.TdClassName
{
border-color: #84FB28;
}
.TagClassName
{
border-color: #84FB28;
}
</style>