Shades of Chartreuse #83FA1C
Tints of Chartreuse #83FA1C
RGB
CMYK
RGB Variations
Color information
#83FA1C (or 0x83FA1C) is known color: Chartreuse. HEX triplet: 83, FA and 1C. RGB value is (131,250,28). Sum of RGB (Red+Green+Blue) = 131+250+28=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 250 (98.05% from 255 or 61.12% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 250 - color contains mainly: green. Hex color #83FA1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83FA1C is #7C05E3. Grayscale: #BDBDBD. Windows color (decimal): -8127972 or 1899139. OLE color: 1899139.
HSL color Cylindrical-coordinate representation of color #83FA1C: hue angle of 92.16º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83FA1C is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 250 | 28 | - |
| CMYK | 0.48 | 0 | 0.89 | 0.02 |
| HSL | 92.16º | 0.96% | 0.55% | - |
| HSV(B) | 92.16º | 0.89% | 0.98% | - |
| XYZ | 43.76 | 73.28 | 12.94 | - |
| YUV | 189.11 | 37.08 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 250 | 28 | 0.48 | 0 | 0.89 | 0.02 | 92.16 | 0.96 | 0.55 |
| Hex | 83 | FA | 1C | 30 | 0 | 59 | 2 | 5C | 60 | 37 |
| Octal | 203 | 372 | 34 | 60 | 0 | 131 | 2 | 134 | 140 | 67 |
| Binary | 10000011 | 11111010 | 11100 | 110000 | 0 | 1011001 | 10 | 1011100 | 1100000 | 110111 |
Color Harmonies of #83FA1C
Complementary color
Monochromatic Colors of #83FA1C
Black with #83FA1C
Text Example
Text Example
White with #83FA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FA1C; }
p { color: rgb(131,250,28); }
H1.HeaderClassName
{
color: #83FA1C;
}
.AnyTagClassName
{
color: #83FA1C;
}
</style>
background-color css
<style>
a { background-color: #83FA1C; }
a { background-color: rgb(131,250,28); }
div.DivClassName
{
background-color: #83FA1C;
}
.BgClassName
{
background-color: #83FA1C;
}
</style>
border-color css
<style>
span { border-color: #83FA1C; }
span { border-color: rgb(131,250,28); }
td.TdClassName
{
border-color: #83FA1C;
}
.TagClassName
{
border-color: #83FA1C;
}
</style>