Shades of Chartreuse #83F915
Tints of Chartreuse #83F915
RGB
CMYK
RGB Variations
Color information
#83F915 (or 0x83F915) is known color: Chartreuse. HEX triplet: 83, F9 and 15. RGB value is (131,249,21). Sum of RGB (Red+Green+Blue) = 131+249+21=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 249 (97.66% from 255 or 62.09% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 249 - color contains mainly: green. Hex color #83F915 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #83F915 is #7C06EA. Grayscale: #BCBCBC. Windows color (decimal): -8128235 or 1440131. OLE color: 1440131.
HSL color Cylindrical-coordinate representation of color #83F915: hue angle of 91.05º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83F915 is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 249 | 21 | - |
| CMYK | 0.47 | 0 | 0.92 | 0.02 |
| HSL | 91.05º | 0.95% | 0.53% | - |
| HSV(B) | 91.05º | 0.92% | 0.98% | - |
| XYZ | 43.37 | 72.63 | 12.44 | - |
| YUV | 187.73 | 33.91 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 249 | 21 | 0.47 | 0 | 0.92 | 0.02 | 91.05 | 0.95 | 0.53 |
| Hex | 83 | F9 | 15 | 2F | 0 | 5C | 2 | 5B | 5F | 35 |
| Octal | 203 | 371 | 25 | 57 | 0 | 134 | 2 | 133 | 137 | 65 |
| Binary | 10000011 | 11111001 | 10101 | 101111 | 0 | 1011100 | 10 | 1011011 | 1011111 | 110101 |
Color Harmonies of #83F915
Complementary color
Monochromatic Colors of #83F915
Black with #83F915
Text Example
Text Example
White with #83F915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F915; }
p { color: rgb(131,249,21); }
H1.HeaderClassName
{
color: #83F915;
}
.AnyTagClassName
{
color: #83F915;
}
</style>
background-color css
<style>
a { background-color: #83F915; }
a { background-color: rgb(131,249,21); }
div.DivClassName
{
background-color: #83F915;
}
.BgClassName
{
background-color: #83F915;
}
</style>
border-color css
<style>
span { border-color: #83F915; }
span { border-color: rgb(131,249,21); }
td.TdClassName
{
border-color: #83F915;
}
.TagClassName
{
border-color: #83F915;
}
</style>