Shades of Chartreuse #83FA1E
Tints of Chartreuse #83FA1E
RGB
CMYK
RGB Variations
Color information
#83FA1E (or 0x83FA1E) is known color: Chartreuse. HEX triplet: 83, FA and 1E. RGB value is (131,250,30). Sum of RGB (Red+Green+Blue) = 131+250+30=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 250 (98.05% from 255 or 60.83% from 411); Blue value is 30 (12.11% from 255 or 7.30% from 411); Max value from RGB is 250 - color contains mainly: green. Hex color #83FA1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83FA1E is #7C05E1. Grayscale: #BEBEBE. Windows color (decimal): -8127970 or 2030211. OLE color: 2030211.
HSL color Cylindrical-coordinate representation of color #83FA1E: hue angle of 92.45º 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 #83FA1E is Cyan = 0.48, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 250 | 30 | - |
| CMYK | 0.48 | 0 | 0.88 | 0.02 |
| HSL | 92.45º | 0.96% | 0.55% | - |
| HSV(B) | 92.45º | 0.88% | 0.98% | - |
| XYZ | 43.78 | 73.29 | 13.07 | - |
| YUV | 189.34 | 38.08 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 250 | 30 | 0.48 | 0 | 0.88 | 0.02 | 92.45 | 0.96 | 0.55 |
| Hex | 83 | FA | 1E | 30 | 0 | 58 | 2 | 5C | 60 | 37 |
| Octal | 203 | 372 | 36 | 60 | 0 | 130 | 2 | 134 | 140 | 67 |
| Binary | 10000011 | 11111010 | 11110 | 110000 | 0 | 1011000 | 10 | 1011100 | 1100000 | 110111 |
Color Harmonies of #83FA1E
Complementary color
Monochromatic Colors of #83FA1E
Black with #83FA1E
Text Example
Text Example
White with #83FA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FA1E; }
p { color: rgb(131,250,30); }
H1.HeaderClassName
{
color: #83FA1E;
}
.AnyTagClassName
{
color: #83FA1E;
}
</style>
background-color css
<style>
a { background-color: #83FA1E; }
a { background-color: rgb(131,250,30); }
div.DivClassName
{
background-color: #83FA1E;
}
.BgClassName
{
background-color: #83FA1E;
}
</style>
border-color css
<style>
span { border-color: #83FA1E; }
span { border-color: rgb(131,250,30); }
td.TdClassName
{
border-color: #83FA1E;
}
.TagClassName
{
border-color: #83FA1E;
}
</style>