Shades of Chartreuse #83FA1D
Tints of Chartreuse #83FA1D
RGB
CMYK
RGB Variations
Color information
#83FA1D (or 0x83FA1D) is known color: Chartreuse. HEX triplet: 83, FA and 1D. RGB value is (131,250,29). Sum of RGB (Red+Green+Blue) = 131+250+29=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 250 (98.05% from 255 or 60.98% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 250 - color contains mainly: green. Hex color #83FA1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83FA1D is #7C05E2. Grayscale: #BDBDBD. Windows color (decimal): -8127971 or 1964675. OLE color: 1964675.
HSL color Cylindrical-coordinate representation of color #83FA1D: hue angle of 92.31º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83FA1D is Cyan = 0.48, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 250 | 29 | - |
| CMYK | 0.48 | 0 | 0.88 | 0.02 |
| HSL | 92.31º | 0.96% | 0.55% | - |
| HSV(B) | 92.31º | 0.88% | 0.98% | - |
| XYZ | 43.77 | 73.29 | 13 | - |
| YUV | 189.23 | 37.58 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 250 | 29 | 0.48 | 0 | 0.88 | 0.02 | 92.31 | 0.96 | 0.55 |
| Hex | 83 | FA | 1D | 30 | 0 | 58 | 2 | 5C | 60 | 37 |
| Octal | 203 | 372 | 35 | 60 | 0 | 130 | 2 | 134 | 140 | 67 |
| Binary | 10000011 | 11111010 | 11101 | 110000 | 0 | 1011000 | 10 | 1011100 | 1100000 | 110111 |
Color Harmonies of #83FA1D
Complementary color
Monochromatic Colors of #83FA1D
Black with #83FA1D
Text Example
Text Example
White with #83FA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FA1D; }
p { color: rgb(131,250,29); }
H1.HeaderClassName
{
color: #83FA1D;
}
.AnyTagClassName
{
color: #83FA1D;
}
</style>
background-color css
<style>
a { background-color: #83FA1D; }
a { background-color: rgb(131,250,29); }
div.DivClassName
{
background-color: #83FA1D;
}
.BgClassName
{
background-color: #83FA1D;
}
</style>
border-color css
<style>
span { border-color: #83FA1D; }
span { border-color: rgb(131,250,29); }
td.TdClassName
{
border-color: #83FA1D;
}
.TagClassName
{
border-color: #83FA1D;
}
</style>