Shades of Chartreuse #83FD10
Tints of Chartreuse #83FD10
RGB
CMYK
RGB Variations
Color information
#83FD10 (or 0x83FD10) is known color: Chartreuse. HEX triplet: 83, FD and 10. RGB value is (131,253,16). Sum of RGB (Red+Green+Blue) = 131+253+16=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 253 (99.22% from 255 or 63.25% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 253 - color contains mainly: green. Hex color #83FD10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #83FD10 is #7C02EF. Grayscale: #BEBEBE. Windows color (decimal): -8127216 or 1113475. OLE color: 1113475.
HSL color Cylindrical-coordinate representation of color #83FD10: hue angle of 90.89º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83FD10 is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 253 | 16 | - |
| CMYK | 0.48 | 0 | 0.94 | 0.01 |
| HSL | 90.89º | 0.98% | 0.53% | - |
| HSV(B) | 90.89º | 0.94% | 0.99% | - |
| XYZ | 44.58 | 75.11 | 12.64 | - |
| YUV | 189.5 | 30.08 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 253 | 16 | 0.48 | 0 | 0.94 | 0.01 | 90.89 | 0.98 | 0.53 |
| Hex | 83 | FD | 10 | 30 | 0 | 5E | 1 | 5B | 62 | 35 |
| Octal | 203 | 375 | 20 | 60 | 0 | 136 | 1 | 133 | 142 | 65 |
| Binary | 10000011 | 11111101 | 10000 | 110000 | 0 | 1011110 | 1 | 1011011 | 1100010 | 110101 |
Color Harmonies of #83FD10
Complementary color
Monochromatic Colors of #83FD10
Black with #83FD10
Text Example
Text Example
White with #83FD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FD10; }
p { color: rgb(131,253,16); }
H1.HeaderClassName
{
color: #83FD10;
}
.AnyTagClassName
{
color: #83FD10;
}
</style>
background-color css
<style>
a { background-color: #83FD10; }
a { background-color: rgb(131,253,16); }
div.DivClassName
{
background-color: #83FD10;
}
.BgClassName
{
background-color: #83FD10;
}
</style>
border-color css
<style>
span { border-color: #83FD10; }
span { border-color: rgb(131,253,16); }
td.TdClassName
{
border-color: #83FD10;
}
.TagClassName
{
border-color: #83FD10;
}
</style>