Shades of Chartreuse #83F80B
Tints of Chartreuse #83F80B
RGB
CMYK
RGB Variations
Color information
#83F80B (or 0x83F80B) is known color: Chartreuse. HEX triplet: 83, F8 and 0B. RGB value is (131,248,11). Sum of RGB (Red+Green+Blue) = 131+248+11=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 248 (97.27% from 255 or 63.59% from 390); Blue value is 11 (4.69% from 255 or 2.82% from 390); Max value from RGB is 248 - color contains mainly: green. Hex color #83F80B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #83F80B is #7C07F4. Grayscale: #BABABA. Windows color (decimal): -8128501 or 784515. OLE color: 784515.
HSL color Cylindrical-coordinate representation of color #83F80B: hue angle of 89.62º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83F80B is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 248 | 11 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.03 |
| HSL | 89.62º | 0.94% | 0.51% | - |
| HSV(B) | 89.62º | 0.96% | 0.97% | - |
| XYZ | 42.99 | 71.98 | 11.95 | - |
| YUV | 186 | 29.24 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 248 | 11 | 0.47 | 0 | 0.96 | 0.03 | 89.62 | 0.94 | 0.51 |
| Hex | 83 | F8 | B | 2F | 0 | 60 | 3 | 5A | 5E | 33 |
| Octal | 203 | 370 | 13 | 57 | 0 | 140 | 3 | 132 | 136 | 63 |
| Binary | 10000011 | 11111000 | 1011 | 101111 | 0 | 1100000 | 11 | 1011010 | 1011110 | 110011 |
Color Harmonies of #83F80B
Complementary color
Monochromatic Colors of #83F80B
Black with #83F80B
Text Example
Text Example
White with #83F80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F80B; }
p { color: rgb(131,248,11); }
H1.HeaderClassName
{
color: #83F80B;
}
.AnyTagClassName
{
color: #83F80B;
}
</style>
background-color css
<style>
a { background-color: #83F80B; }
a { background-color: rgb(131,248,11); }
div.DivClassName
{
background-color: #83F80B;
}
.BgClassName
{
background-color: #83F80B;
}
</style>
border-color css
<style>
span { border-color: #83F80B; }
span { border-color: rgb(131,248,11); }
td.TdClassName
{
border-color: #83F80B;
}
.TagClassName
{
border-color: #83F80B;
}
</style>