Shades of Chartreuse #83FB11
Tints of Chartreuse #83FB11
RGB
CMYK
RGB Variations
Color information
#83FB11 (or 0x83FB11) is known color: Chartreuse. HEX triplet: 83, FB and 11. RGB value is (131,251,17). Sum of RGB (Red+Green+Blue) = 131+251+17=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 251 (98.44% from 255 or 62.91% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 251 - color contains mainly: green. Hex color #83FB11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #83FB11 is #7C04EE. Grayscale: #BDBDBD. Windows color (decimal): -8127727 or 1178499. OLE color: 1178499.
HSL color Cylindrical-coordinate representation of color #83FB11: hue angle of 90.77º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83FB11 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 251 | 17 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.02 |
| HSL | 90.77º | 0.97% | 0.53% | - |
| HSV(B) | 90.77º | 0.93% | 0.98% | - |
| XYZ | 43.96 | 73.86 | 12.47 | - |
| YUV | 188.44 | 31.24 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 251 | 17 | 0.48 | 0 | 0.93 | 0.02 | 90.77 | 0.97 | 0.53 |
| Hex | 83 | FB | 11 | 30 | 0 | 5D | 2 | 5B | 61 | 35 |
| Octal | 203 | 373 | 21 | 60 | 0 | 135 | 2 | 133 | 141 | 65 |
| Binary | 10000011 | 11111011 | 10001 | 110000 | 0 | 1011101 | 10 | 1011011 | 1100001 | 110101 |
Color Harmonies of #83FB11
Complementary color
Monochromatic Colors of #83FB11
Black with #83FB11
Text Example
Text Example
White with #83FB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FB11; }
p { color: rgb(131,251,17); }
H1.HeaderClassName
{
color: #83FB11;
}
.AnyTagClassName
{
color: #83FB11;
}
</style>
background-color css
<style>
a { background-color: #83FB11; }
a { background-color: rgb(131,251,17); }
div.DivClassName
{
background-color: #83FB11;
}
.BgClassName
{
background-color: #83FB11;
}
</style>
border-color css
<style>
span { border-color: #83FB11; }
span { border-color: rgb(131,251,17); }
td.TdClassName
{
border-color: #83FB11;
}
.TagClassName
{
border-color: #83FB11;
}
</style>