Shades of Chartreuse #84FC28
Tints of Chartreuse #84FC28
RGB
CMYK
RGB Variations
Color information
#84FC28 (or 0x84FC28) is known color: Chartreuse. HEX triplet: 84, FC and 28. RGB value is (132,252,40). Sum of RGB (Red+Green+Blue) = 132+252+40=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 252 (98.83% from 255 or 59.43% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 252 - color contains mainly: green. Hex color #84FC28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84FC28 is #7B03D7. Grayscale: #C0C0C0. Windows color (decimal): -8061912 or 2686084. OLE color: 2686084.
HSL color Cylindrical-coordinate representation of color #84FC28: hue angle of 93.96º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84FC28 is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 252 | 40 | - |
| CMYK | 0.48 | 0 | 0.84 | 0.01 |
| HSL | 93.96º | 0.97% | 0.57% | - |
| HSV(B) | 93.96º | 0.84% | 0.99% | - |
| XYZ | 44.71 | 74.68 | 14.07 | - |
| YUV | 191.95 | 42.24 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 252 | 40 | 0.48 | 0 | 0.84 | 0.01 | 93.96 | 0.97 | 0.57 |
| Hex | 84 | FC | 28 | 30 | 0 | 54 | 1 | 5E | 61 | 39 |
| Octal | 204 | 374 | 50 | 60 | 0 | 124 | 1 | 136 | 141 | 71 |
| Binary | 10000100 | 11111100 | 101000 | 110000 | 0 | 1010100 | 1 | 1011110 | 1100001 | 111001 |
Color Harmonies of #84FC28
Complementary color
Monochromatic Colors of #84FC28
Black with #84FC28
Text Example
Text Example
White with #84FC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FC28; }
p { color: rgb(132,252,40); }
H1.HeaderClassName
{
color: #84FC28;
}
.AnyTagClassName
{
color: #84FC28;
}
</style>
background-color css
<style>
a { background-color: #84FC28; }
a { background-color: rgb(132,252,40); }
div.DivClassName
{
background-color: #84FC28;
}
.BgClassName
{
background-color: #84FC28;
}
</style>
border-color css
<style>
span { border-color: #84FC28; }
span { border-color: rgb(132,252,40); }
td.TdClassName
{
border-color: #84FC28;
}
.TagClassName
{
border-color: #84FC28;
}
</style>