Shades of Chartreuse #84FB15
Tints of Chartreuse #84FB15
RGB
CMYK
RGB Variations
Color information
#84FB15 (or 0x84FB15) is known color: Chartreuse. HEX triplet: 84, FB and 15. RGB value is (132,251,21). Sum of RGB (Red+Green+Blue) = 132+251+21=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 251 (98.44% from 255 or 62.13% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 251 - color contains mainly: green. Hex color #84FB15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84FB15 is #7B04EA. Grayscale: #BEBEBE. Windows color (decimal): -8062187 or 1440644. OLE color: 1440644.
HSL color Cylindrical-coordinate representation of color #84FB15: hue angle of 91.04º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84FB15 is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 251 | 21 | - |
| CMYK | 0.47 | 0 | 0.92 | 0.02 |
| HSL | 91.04º | 0.97% | 0.53% | - |
| HSV(B) | 91.04º | 0.92% | 0.98% | - |
| XYZ | 44.15 | 73.95 | 12.66 | - |
| YUV | 189.2 | 33.08 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 251 | 21 | 0.47 | 0 | 0.92 | 0.02 | 91.04 | 0.97 | 0.53 |
| Hex | 84 | FB | 15 | 2F | 0 | 5C | 2 | 5B | 61 | 35 |
| Octal | 204 | 373 | 25 | 57 | 0 | 134 | 2 | 133 | 141 | 65 |
| Binary | 10000100 | 11111011 | 10101 | 101111 | 0 | 1011100 | 10 | 1011011 | 1100001 | 110101 |
Color Harmonies of #84FB15
Complementary color
Monochromatic Colors of #84FB15
Black with #84FB15
Text Example
Text Example
White with #84FB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FB15; }
p { color: rgb(132,251,21); }
H1.HeaderClassName
{
color: #84FB15;
}
.AnyTagClassName
{
color: #84FB15;
}
</style>
background-color css
<style>
a { background-color: #84FB15; }
a { background-color: rgb(132,251,21); }
div.DivClassName
{
background-color: #84FB15;
}
.BgClassName
{
background-color: #84FB15;
}
</style>
border-color css
<style>
span { border-color: #84FB15; }
span { border-color: rgb(132,251,21); }
td.TdClassName
{
border-color: #84FB15;
}
.TagClassName
{
border-color: #84FB15;
}
</style>