Shades of Chartreuse #84FE27
Tints of Chartreuse #84FE27
RGB
CMYK
RGB Variations
Color information
#84FE27 (or 0x84FE27) is known color: Chartreuse. HEX triplet: 84, FE and 27. RGB value is (132,254,39). Sum of RGB (Red+Green+Blue) = 132+254+39=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 254 (99.61% from 255 or 59.76% from 425); Blue value is 39 (15.62% from 255 or 9.18% from 425); Max value from RGB is 254 - color contains mainly: green. Hex color #84FE27 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84FE27 is #7B01D8. Grayscale: #C1C1C1. Windows color (decimal): -8061401 or 2621060. OLE color: 2621060.
HSL color Cylindrical-coordinate representation of color #84FE27: hue angle of 94.05º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84FE27 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 254 | 39 | - |
| CMYK | 0.48 | 0 | 0.85 | 0.00 |
| HSL | 94.05º | 0.99% | 0.57% | - |
| HSV(B) | 94.05º | 0.85% | 1% | - |
| XYZ | 45.32 | 75.94 | 14.19 | - |
| YUV | 193.01 | 41.08 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 254 | 39 | 0.48 | 0 | 0.85 | 0.00 | 94.05 | 0.99 | 0.57 |
| Hex | 84 | FE | 27 | 30 | 0 | 55 | 0 | 5E | 63 | 39 |
| Octal | 204 | 376 | 47 | 60 | 0 | 125 | 0 | 136 | 143 | 71 |
| Binary | 10000100 | 11111110 | 100111 | 110000 | 0 | 1010101 | 0 | 1011110 | 1100011 | 111001 |
Color Harmonies of #84FE27
Complementary color
Monochromatic Colors of #84FE27
Black with #84FE27
Text Example
Text Example
White with #84FE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FE27; }
p { color: rgb(132,254,39); }
H1.HeaderClassName
{
color: #84FE27;
}
.AnyTagClassName
{
color: #84FE27;
}
</style>
background-color css
<style>
a { background-color: #84FE27; }
a { background-color: rgb(132,254,39); }
div.DivClassName
{
background-color: #84FE27;
}
.BgClassName
{
background-color: #84FE27;
}
</style>
border-color css
<style>
span { border-color: #84FE27; }
span { border-color: rgb(132,254,39); }
td.TdClassName
{
border-color: #84FE27;
}
.TagClassName
{
border-color: #84FE27;
}
</style>