Shades of Chartreuse #83FF03
Tints of Chartreuse #83FF03
RGB
CMYK
RGB Variations
Color information
#83FF03 (or 0x83FF03) is known color: Chartreuse. HEX triplet: 83, FF and 03. RGB value is (131,255,3). Sum of RGB (Red+Green+Blue) = 131+255+3=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 255 (100% from 255 or 65.55% from 389); Blue value is 3 (1.56% from 255 or 0.77% from 389); Max value from RGB is 255 - color contains mainly: green. Hex color #83FF03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #83FF03 is #7C00FC. Grayscale: #BEBEBE. Windows color (decimal): -8126717 or 262019. OLE color: 262019.
HSL color Cylindrical-coordinate representation of color #83FF03: hue angle of 89.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #83FF03 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 255 | 3 | - |
| CMYK | 0.49 | 0 | 0.99 | 0 |
| HSL | 89.52º | 1% | 0.51% | - |
| HSV(B) | 89.52º | 0.99% | 1% | - |
| XYZ | 45.14 | 76.35 | 12.44 | - |
| YUV | 189.2 | 22.92 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 255 | 3 | 0.49 | 0 | 0.99 | 0 | 89.52 | 1 | 0.51 |
| Hex | 83 | FF | 3 | 31 | 0 | 63 | 0 | 5A | 64 | 33 |
| Octal | 203 | 377 | 3 | 61 | 0 | 143 | 0 | 132 | 144 | 63 |
| Binary | 10000011 | 11111111 | 11 | 110001 | 0 | 1100011 | 0 | 1011010 | 1100100 | 110011 |
Color Harmonies of #83FF03
Complementary color
Monochromatic Colors of #83FF03
Black with #83FF03
Text Example
Text Example
White with #83FF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FF03; }
p { color: rgb(131,255,3); }
H1.HeaderClassName
{
color: #83FF03;
}
.AnyTagClassName
{
color: #83FF03;
}
</style>
background-color css
<style>
a { background-color: #83FF03; }
a { background-color: rgb(131,255,3); }
div.DivClassName
{
background-color: #83FF03;
}
.BgClassName
{
background-color: #83FF03;
}
</style>
border-color css
<style>
span { border-color: #83FF03; }
span { border-color: rgb(131,255,3); }
td.TdClassName
{
border-color: #83FF03;
}
.TagClassName
{
border-color: #83FF03;
}
</style>