Shades of Chartreuse #83F80C
Tints of Chartreuse #83F80C
RGB
CMYK
RGB Variations
Color information
#83F80C (or 0x83F80C) is known color: Chartreuse. HEX triplet: 83, F8 and 0C. RGB value is (131,248,12). Sum of RGB (Red+Green+Blue) = 131+248+12=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 248 (97.27% from 255 or 63.43% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 248 - color contains mainly: green. Hex color #83F80C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #83F80C is #7C07F3. Grayscale: #BABABA. Windows color (decimal): -8128500 or 850051. OLE color: 850051.
HSL color Cylindrical-coordinate representation of color #83F80C: hue angle of 89.75º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83F80C is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 248 | 12 | - |
| CMYK | 0.47 | 0 | 0.95 | 0.03 |
| HSL | 89.75º | 0.94% | 0.51% | - |
| HSV(B) | 89.75º | 0.95% | 0.97% | - |
| XYZ | 42.99 | 71.99 | 11.98 | - |
| YUV | 186.11 | 29.74 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 248 | 12 | 0.47 | 0 | 0.95 | 0.03 | 89.75 | 0.94 | 0.51 |
| Hex | 83 | F8 | C | 2F | 0 | 5F | 3 | 5A | 5E | 33 |
| Octal | 203 | 370 | 14 | 57 | 0 | 137 | 3 | 132 | 136 | 63 |
| Binary | 10000011 | 11111000 | 1100 | 101111 | 0 | 1011111 | 11 | 1011010 | 1011110 | 110011 |
Color Harmonies of #83F80C
Complementary color
Monochromatic Colors of #83F80C
Black with #83F80C
Text Example
Text Example
White with #83F80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F80C; }
p { color: rgb(131,248,12); }
H1.HeaderClassName
{
color: #83F80C;
}
.AnyTagClassName
{
color: #83F80C;
}
</style>
background-color css
<style>
a { background-color: #83F80C; }
a { background-color: rgb(131,248,12); }
div.DivClassName
{
background-color: #83F80C;
}
.BgClassName
{
background-color: #83F80C;
}
</style>
border-color css
<style>
span { border-color: #83F80C; }
span { border-color: rgb(131,248,12); }
td.TdClassName
{
border-color: #83F80C;
}
.TagClassName
{
border-color: #83F80C;
}
</style>