Shades of Chartreuse #83FF01
Tints of Chartreuse #83FF01
RGB
CMYK
RGB Variations
Color information
#83FF01 (or 0x83FF01) is known color: Chartreuse. HEX triplet: 83, FF and 01. RGB value is (131,255,1). Sum of RGB (Red+Green+Blue) = 131+255+1=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 255 (100% from 255 or 65.89% from 387); Blue value is 1 (0.78% from 255 or 0.26% from 387); Max value from RGB is 255 - color contains mainly: green. Hex color #83FF01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #83FF01 is #7C00FE. Grayscale: #BDBDBD. Windows color (decimal): -8126719 or 130947. OLE color: 130947.
HSL color Cylindrical-coordinate representation of color #83FF01: hue angle of 89.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83FF01 is Cyan = 0.49, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 255 | 1 | - |
| CMYK | 0.49 | 0 | 1.00 | 0 |
| HSL | 89.29º | 1% | 0.5% | - |
| HSV(B) | 89.29º | 1% | 1% | - |
| XYZ | 45.13 | 76.35 | 12.39 | - |
| YUV | 188.97 | 21.92 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 255 | 1 | 0.49 | 0 | 1.00 | 0 | 89.29 | 1 | 0.5 |
| Hex | 83 | FF | 1 | 31 | 0 | 64 | 0 | 59 | 64 | 32 |
| Octal | 203 | 377 | 1 | 61 | 0 | 144 | 0 | 131 | 144 | 62 |
| Binary | 10000011 | 11111111 | 1 | 110001 | 0 | 1100100 | 0 | 1011001 | 1100100 | 110010 |
Color Harmonies of #83FF01
Complementary color
Monochromatic Colors of #83FF01
Black with #83FF01
Text Example
Text Example
White with #83FF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FF01; }
p { color: rgb(131,255,1); }
H1.HeaderClassName
{
color: #83FF01;
}
.AnyTagClassName
{
color: #83FF01;
}
</style>
background-color css
<style>
a { background-color: #83FF01; }
a { background-color: rgb(131,255,1); }
div.DivClassName
{
background-color: #83FF01;
}
.BgClassName
{
background-color: #83FF01;
}
</style>
border-color css
<style>
span { border-color: #83FF01; }
span { border-color: rgb(131,255,1); }
td.TdClassName
{
border-color: #83FF01;
}
.TagClassName
{
border-color: #83FF01;
}
</style>