Shades of Chartreuse #83FF14
Tints of Chartreuse #83FF14
RGB
CMYK
RGB Variations
Color information
#83FF14 (or 0x83FF14) is known color: Chartreuse. HEX triplet: 83, FF and 14. RGB value is (131,255,20). Sum of RGB (Red+Green+Blue) = 131+255+20=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 255 (100% from 255 or 62.81% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 255 - color contains mainly: green. Hex color #83FF14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #83FF14 is #7C00EB. Grayscale: #BFBFBF. Windows color (decimal): -8126700 or 1376131. OLE color: 1376131.
HSL color Cylindrical-coordinate representation of color #83FF14: hue angle of 91.66º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83FF14 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 255 | 20 | - |
| CMYK | 0.49 | 0 | 0.92 | 0 |
| HSL | 91.66º | 1% | 0.54% | - |
| HSV(B) | 91.66º | 0.92% | 1% | - |
| XYZ | 45.25 | 76.4 | 13.02 | - |
| YUV | 191.13 | 31.42 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 255 | 20 | 0.49 | 0 | 0.92 | 0 | 91.66 | 1 | 0.54 |
| Hex | 83 | FF | 14 | 31 | 0 | 5C | 0 | 5C | 64 | 36 |
| Octal | 203 | 377 | 24 | 61 | 0 | 134 | 0 | 134 | 144 | 66 |
| Binary | 10000011 | 11111111 | 10100 | 110001 | 0 | 1011100 | 0 | 1011100 | 1100100 | 110110 |
Color Harmonies of #83FF14
Complementary color
Monochromatic Colors of #83FF14
Black with #83FF14
Text Example
Text Example
White with #83FF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FF14; }
p { color: rgb(131,255,20); }
H1.HeaderClassName
{
color: #83FF14;
}
.AnyTagClassName
{
color: #83FF14;
}
</style>
background-color css
<style>
a { background-color: #83FF14; }
a { background-color: rgb(131,255,20); }
div.DivClassName
{
background-color: #83FF14;
}
.BgClassName
{
background-color: #83FF14;
}
</style>
border-color css
<style>
span { border-color: #83FF14; }
span { border-color: rgb(131,255,20); }
td.TdClassName
{
border-color: #83FF14;
}
.TagClassName
{
border-color: #83FF14;
}
</style>