Shades of Chartreuse #83F805
Tints of Chartreuse #83F805
RGB
CMYK
RGB Variations
Color information
#83F805 (or 0x83F805) is known color: Chartreuse. HEX triplet: 83, F8 and 05. RGB value is (131,248,5). Sum of RGB (Red+Green+Blue) = 131+248+5=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 248 (97.27% from 255 or 64.58% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 248 - color contains mainly: green. Hex color #83F805 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #83F805 is #7C07FA. Grayscale: #BABABA. Windows color (decimal): -8128507 or 391299. OLE color: 391299.
HSL color Cylindrical-coordinate representation of color #83F805: hue angle of 88.89º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #83F805 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 248 | 5 | - |
| CMYK | 0.47 | 0 | 0.98 | 0.03 |
| HSL | 88.89º | 0.96% | 0.5% | - |
| HSV(B) | 88.89º | 0.98% | 0.97% | - |
| XYZ | 42.95 | 71.97 | 11.77 | - |
| YUV | 185.32 | 26.24 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 248 | 5 | 0.47 | 0 | 0.98 | 0.03 | 88.89 | 0.96 | 0.5 |
| Hex | 83 | F8 | 5 | 2F | 0 | 62 | 3 | 59 | 60 | 32 |
| Octal | 203 | 370 | 5 | 57 | 0 | 142 | 3 | 131 | 140 | 62 |
| Binary | 10000011 | 11111000 | 101 | 101111 | 0 | 1100010 | 11 | 1011001 | 1100000 | 110010 |
Color Harmonies of #83F805
Complementary color
Monochromatic Colors of #83F805
Black with #83F805
Text Example
Text Example
White with #83F805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F805; }
p { color: rgb(131,248,5); }
H1.HeaderClassName
{
color: #83F805;
}
.AnyTagClassName
{
color: #83F805;
}
</style>
background-color css
<style>
a { background-color: #83F805; }
a { background-color: rgb(131,248,5); }
div.DivClassName
{
background-color: #83F805;
}
.BgClassName
{
background-color: #83F805;
}
</style>
border-color css
<style>
span { border-color: #83F805; }
span { border-color: rgb(131,248,5); }
td.TdClassName
{
border-color: #83F805;
}
.TagClassName
{
border-color: #83F805;
}
</style>