Shades of Chartreuse #83FC16
Tints of Chartreuse #83FC16
RGB
CMYK
RGB Variations
Color information
#83FC16 (or 0x83FC16) is known color: Chartreuse. HEX triplet: 83, FC and 16. RGB value is (131,252,22). Sum of RGB (Red+Green+Blue) = 131+252+22=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 252 (98.83% from 255 or 62.22% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 252 - color contains mainly: green. Hex color #83FC16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #83FC16 is #7C03E9. Grayscale: #BEBEBE. Windows color (decimal): -8127466 or 1506435. OLE color: 1506435.
HSL color Cylindrical-coordinate representation of color #83FC16: hue angle of 91.57º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83FC16 is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 252 | 22 | - |
| CMYK | 0.48 | 0 | 0.91 | 0.01 |
| HSL | 91.57º | 0.97% | 0.54% | - |
| HSV(B) | 91.57º | 0.91% | 0.99% | - |
| XYZ | 44.32 | 74.5 | 12.8 | - |
| YUV | 189.6 | 33.41 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 252 | 22 | 0.48 | 0 | 0.91 | 0.01 | 91.57 | 0.97 | 0.54 |
| Hex | 83 | FC | 16 | 30 | 0 | 5B | 1 | 5C | 61 | 36 |
| Octal | 203 | 374 | 26 | 60 | 0 | 133 | 1 | 134 | 141 | 66 |
| Binary | 10000011 | 11111100 | 10110 | 110000 | 0 | 1011011 | 1 | 1011100 | 1100001 | 110110 |
Color Harmonies of #83FC16
Complementary color
Monochromatic Colors of #83FC16
Black with #83FC16
Text Example
Text Example
White with #83FC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FC16; }
p { color: rgb(131,252,22); }
H1.HeaderClassName
{
color: #83FC16;
}
.AnyTagClassName
{
color: #83FC16;
}
</style>
background-color css
<style>
a { background-color: #83FC16; }
a { background-color: rgb(131,252,22); }
div.DivClassName
{
background-color: #83FC16;
}
.BgClassName
{
background-color: #83FC16;
}
</style>
border-color css
<style>
span { border-color: #83FC16; }
span { border-color: rgb(131,252,22); }
td.TdClassName
{
border-color: #83FC16;
}
.TagClassName
{
border-color: #83FC16;
}
</style>